@brightspace-ui/intl 3.29.0 → 3.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_timeZones/data/_test.js +16 -0
- package/lib/_timeZones/data/africa.js +217 -0
- package/lib/_timeZones/data/america.js +601 -0
- package/lib/_timeZones/data/antarctica.js +49 -0
- package/lib/_timeZones/data/asia.js +341 -0
- package/lib/_timeZones/data/atlantic.js +49 -0
- package/lib/_timeZones/data/australia.js +57 -0
- package/lib/_timeZones/data/europe.js +249 -0
- package/lib/_timeZones/data/index.js +9 -0
- package/lib/_timeZones/data/indian.js +53 -0
- package/lib/_timeZones/data/pacific.js +161 -0
- package/lib/_timeZones/mapper.js +236 -0
- package/lib/timeZones.js +59 -0
- package/package.json +1 -1
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Asia Timezone Mappings
|
|
3
|
+
* Maps IANA timezone identifiers to country codes and source files
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const asiaTimezones = {
|
|
7
|
+
'Asia/Aden': {
|
|
8
|
+
regionCode: 'YE',
|
|
9
|
+
ianaSource: 'asia'
|
|
10
|
+
},
|
|
11
|
+
'Asia/Almaty': {
|
|
12
|
+
regionCode: 'KZ',
|
|
13
|
+
ianaSource: 'asia'
|
|
14
|
+
},
|
|
15
|
+
'Asia/Amman': {
|
|
16
|
+
regionCode: 'JO',
|
|
17
|
+
ianaSource: 'asia'
|
|
18
|
+
},
|
|
19
|
+
'Asia/Anadyr': {
|
|
20
|
+
regionCode: 'RU',
|
|
21
|
+
ianaSource: 'asia'
|
|
22
|
+
},
|
|
23
|
+
'Asia/Aqtau': {
|
|
24
|
+
regionCode: 'KZ',
|
|
25
|
+
ianaSource: 'asia'
|
|
26
|
+
},
|
|
27
|
+
'Asia/Aqtobe': {
|
|
28
|
+
regionCode: 'KZ',
|
|
29
|
+
ianaSource: 'asia'
|
|
30
|
+
},
|
|
31
|
+
'Asia/Ashgabat': {
|
|
32
|
+
regionCode: 'TM',
|
|
33
|
+
ianaSource: 'asia'
|
|
34
|
+
},
|
|
35
|
+
'Asia/Atyrau': {
|
|
36
|
+
regionCode: 'KZ',
|
|
37
|
+
ianaSource: 'asia'
|
|
38
|
+
},
|
|
39
|
+
'Asia/Baghdad': {
|
|
40
|
+
regionCode: 'IQ',
|
|
41
|
+
ianaSource: 'asia'
|
|
42
|
+
},
|
|
43
|
+
'Asia/Bahrain': {
|
|
44
|
+
regionCode: 'BH',
|
|
45
|
+
ianaSource: 'asia'
|
|
46
|
+
},
|
|
47
|
+
'Asia/Baku': {
|
|
48
|
+
regionCode: 'AZ',
|
|
49
|
+
ianaSource: 'asia'
|
|
50
|
+
},
|
|
51
|
+
'Asia/Bangkok': {
|
|
52
|
+
regionCode: 'TH',
|
|
53
|
+
ianaSource: 'asia'
|
|
54
|
+
},
|
|
55
|
+
'Asia/Barnaul': {
|
|
56
|
+
regionCode: 'RU',
|
|
57
|
+
ianaSource: 'asia'
|
|
58
|
+
},
|
|
59
|
+
'Asia/Beirut': {
|
|
60
|
+
regionCode: 'LB',
|
|
61
|
+
ianaSource: 'asia'
|
|
62
|
+
},
|
|
63
|
+
'Asia/Bishkek': {
|
|
64
|
+
regionCode: 'KG',
|
|
65
|
+
ianaSource: 'asia'
|
|
66
|
+
},
|
|
67
|
+
'Asia/Brunei': {
|
|
68
|
+
regionCode: 'BN',
|
|
69
|
+
ianaSource: 'asia'
|
|
70
|
+
},
|
|
71
|
+
'Asia/Chita': {
|
|
72
|
+
regionCode: 'RU',
|
|
73
|
+
ianaSource: 'asia'
|
|
74
|
+
},
|
|
75
|
+
'Asia/Choibalsan': {
|
|
76
|
+
regionCode: 'MN',
|
|
77
|
+
ianaSource: 'asia'
|
|
78
|
+
},
|
|
79
|
+
'Asia/Colombo': {
|
|
80
|
+
regionCode: 'LK',
|
|
81
|
+
ianaSource: 'asia'
|
|
82
|
+
},
|
|
83
|
+
'Asia/Damascus': {
|
|
84
|
+
regionCode: 'SY',
|
|
85
|
+
ianaSource: 'asia'
|
|
86
|
+
},
|
|
87
|
+
'Asia/Dhaka': {
|
|
88
|
+
regionCode: 'BD',
|
|
89
|
+
ianaSource: 'asia'
|
|
90
|
+
},
|
|
91
|
+
'Asia/Dili': {
|
|
92
|
+
regionCode: 'TL',
|
|
93
|
+
ianaSource: 'asia'
|
|
94
|
+
},
|
|
95
|
+
'Asia/Dubai': {
|
|
96
|
+
regionCode: 'AE',
|
|
97
|
+
ianaSource: 'asia'
|
|
98
|
+
},
|
|
99
|
+
'Asia/Dushanbe': {
|
|
100
|
+
regionCode: 'TJ',
|
|
101
|
+
ianaSource: 'asia'
|
|
102
|
+
},
|
|
103
|
+
'Asia/Famagusta': {
|
|
104
|
+
regionCode: 'CY',
|
|
105
|
+
ianaSource: 'asia'
|
|
106
|
+
},
|
|
107
|
+
'Asia/Gaza': {
|
|
108
|
+
regionCode: 'PS',
|
|
109
|
+
ianaSource: 'asia'
|
|
110
|
+
},
|
|
111
|
+
'Asia/Hebron': {
|
|
112
|
+
regionCode: 'PS',
|
|
113
|
+
ianaSource: 'asia'
|
|
114
|
+
},
|
|
115
|
+
'Asia/Ho_Chi_Minh': {
|
|
116
|
+
regionCode: 'VN',
|
|
117
|
+
ianaSource: 'asia'
|
|
118
|
+
},
|
|
119
|
+
'Asia/Hong_Kong': {
|
|
120
|
+
regionCode: 'HK',
|
|
121
|
+
ianaSource: 'asia'
|
|
122
|
+
},
|
|
123
|
+
'Asia/Hovd': {
|
|
124
|
+
regionCode: 'MN',
|
|
125
|
+
ianaSource: 'asia'
|
|
126
|
+
},
|
|
127
|
+
'Asia/Irkutsk': {
|
|
128
|
+
regionCode: 'RU',
|
|
129
|
+
ianaSource: 'asia'
|
|
130
|
+
},
|
|
131
|
+
'Asia/Jakarta': {
|
|
132
|
+
regionCode: 'ID',
|
|
133
|
+
ianaSource: 'asia'
|
|
134
|
+
},
|
|
135
|
+
'Asia/Jayapura': {
|
|
136
|
+
regionCode: 'ID',
|
|
137
|
+
ianaSource: 'asia'
|
|
138
|
+
},
|
|
139
|
+
'Asia/Jerusalem': {
|
|
140
|
+
regionCode: 'IL',
|
|
141
|
+
ianaSource: 'asia'
|
|
142
|
+
},
|
|
143
|
+
'Asia/Kabul': {
|
|
144
|
+
regionCode: 'AF',
|
|
145
|
+
ianaSource: 'asia'
|
|
146
|
+
},
|
|
147
|
+
'Asia/Kamchatka': {
|
|
148
|
+
regionCode: 'RU',
|
|
149
|
+
ianaSource: 'asia'
|
|
150
|
+
},
|
|
151
|
+
'Asia/Karachi': {
|
|
152
|
+
regionCode: 'PK',
|
|
153
|
+
ianaSource: 'asia'
|
|
154
|
+
},
|
|
155
|
+
'Asia/Kathmandu': {
|
|
156
|
+
regionCode: 'NP',
|
|
157
|
+
ianaSource: 'asia'
|
|
158
|
+
},
|
|
159
|
+
'Asia/Khandyga': {
|
|
160
|
+
regionCode: 'RU',
|
|
161
|
+
ianaSource: 'asia'
|
|
162
|
+
},
|
|
163
|
+
'Asia/Kolkata': {
|
|
164
|
+
regionCode: 'IN',
|
|
165
|
+
ianaSource: 'asia'
|
|
166
|
+
},
|
|
167
|
+
'Asia/Krasnoyarsk': {
|
|
168
|
+
regionCode: 'RU',
|
|
169
|
+
ianaSource: 'asia'
|
|
170
|
+
},
|
|
171
|
+
'Asia/Kuala_Lumpur': {
|
|
172
|
+
regionCode: 'MY',
|
|
173
|
+
ianaSource: 'asia'
|
|
174
|
+
},
|
|
175
|
+
'Asia/Kuching': {
|
|
176
|
+
regionCode: 'MY',
|
|
177
|
+
ianaSource: 'asia'
|
|
178
|
+
},
|
|
179
|
+
'Asia/Kuwait': {
|
|
180
|
+
regionCode: 'KW',
|
|
181
|
+
ianaSource: 'asia'
|
|
182
|
+
},
|
|
183
|
+
'Asia/Macau': {
|
|
184
|
+
regionCode: 'MO',
|
|
185
|
+
ianaSource: 'asia'
|
|
186
|
+
},
|
|
187
|
+
'Asia/Magadan': {
|
|
188
|
+
regionCode: 'RU',
|
|
189
|
+
ianaSource: 'asia'
|
|
190
|
+
},
|
|
191
|
+
'Asia/Makassar': {
|
|
192
|
+
regionCode: 'ID',
|
|
193
|
+
ianaSource: 'asia'
|
|
194
|
+
},
|
|
195
|
+
'Asia/Manila': {
|
|
196
|
+
regionCode: 'PH',
|
|
197
|
+
ianaSource: 'asia'
|
|
198
|
+
},
|
|
199
|
+
'Asia/Muscat': {
|
|
200
|
+
regionCode: 'OM',
|
|
201
|
+
ianaSource: 'asia'
|
|
202
|
+
},
|
|
203
|
+
'Asia/Nicosia': {
|
|
204
|
+
regionCode: 'CY',
|
|
205
|
+
ianaSource: 'asia'
|
|
206
|
+
},
|
|
207
|
+
'Asia/Novokuznetsk': {
|
|
208
|
+
regionCode: 'RU',
|
|
209
|
+
ianaSource: 'asia'
|
|
210
|
+
},
|
|
211
|
+
'Asia/Novosibirsk': {
|
|
212
|
+
regionCode: 'RU',
|
|
213
|
+
ianaSource: 'asia'
|
|
214
|
+
},
|
|
215
|
+
'Asia/Omsk': {
|
|
216
|
+
regionCode: 'RU',
|
|
217
|
+
ianaSource: 'asia'
|
|
218
|
+
},
|
|
219
|
+
'Asia/Oral': {
|
|
220
|
+
regionCode: 'KZ',
|
|
221
|
+
ianaSource: 'asia'
|
|
222
|
+
},
|
|
223
|
+
'Asia/Phnom_Penh': {
|
|
224
|
+
regionCode: 'KH',
|
|
225
|
+
ianaSource: 'asia'
|
|
226
|
+
},
|
|
227
|
+
'Asia/Pontianak': {
|
|
228
|
+
regionCode: 'ID',
|
|
229
|
+
ianaSource: 'asia'
|
|
230
|
+
},
|
|
231
|
+
'Asia/Pyongyang': {
|
|
232
|
+
regionCode: 'KP',
|
|
233
|
+
ianaSource: 'asia'
|
|
234
|
+
},
|
|
235
|
+
'Asia/Qatar': {
|
|
236
|
+
regionCode: 'QA',
|
|
237
|
+
ianaSource: 'asia'
|
|
238
|
+
},
|
|
239
|
+
'Asia/Qostanay': {
|
|
240
|
+
regionCode: 'KZ',
|
|
241
|
+
ianaSource: 'asia'
|
|
242
|
+
},
|
|
243
|
+
'Asia/Qyzylorda': {
|
|
244
|
+
regionCode: 'KZ',
|
|
245
|
+
ianaSource: 'asia'
|
|
246
|
+
},
|
|
247
|
+
'Asia/Riyadh': {
|
|
248
|
+
regionCode: 'SA',
|
|
249
|
+
ianaSource: 'asia'
|
|
250
|
+
},
|
|
251
|
+
'Asia/Sakhalin': {
|
|
252
|
+
regionCode: 'RU',
|
|
253
|
+
ianaSource: 'asia'
|
|
254
|
+
},
|
|
255
|
+
'Asia/Samarkand': {
|
|
256
|
+
regionCode: 'UZ',
|
|
257
|
+
ianaSource: 'asia'
|
|
258
|
+
},
|
|
259
|
+
'Asia/Seoul': {
|
|
260
|
+
regionCode: 'KR',
|
|
261
|
+
ianaSource: 'asia'
|
|
262
|
+
},
|
|
263
|
+
'Asia/Shanghai': {
|
|
264
|
+
regionCode: 'CN',
|
|
265
|
+
ianaSource: 'asia'
|
|
266
|
+
},
|
|
267
|
+
'Asia/Singapore': {
|
|
268
|
+
regionCode: 'SG',
|
|
269
|
+
ianaSource: 'asia'
|
|
270
|
+
},
|
|
271
|
+
'Asia/Srednekolymsk': {
|
|
272
|
+
regionCode: 'RU',
|
|
273
|
+
ianaSource: 'asia'
|
|
274
|
+
},
|
|
275
|
+
'Asia/Taipei': {
|
|
276
|
+
regionCode: 'TW',
|
|
277
|
+
ianaSource: 'asia'
|
|
278
|
+
},
|
|
279
|
+
'Asia/Tashkent': {
|
|
280
|
+
regionCode: 'UZ',
|
|
281
|
+
ianaSource: 'asia'
|
|
282
|
+
},
|
|
283
|
+
'Asia/Tbilisi': {
|
|
284
|
+
regionCode: 'GE',
|
|
285
|
+
ianaSource: 'asia'
|
|
286
|
+
},
|
|
287
|
+
'Asia/Tehran': {
|
|
288
|
+
regionCode: 'IR',
|
|
289
|
+
ianaSource: 'asia'
|
|
290
|
+
},
|
|
291
|
+
'Asia/Thimphu': {
|
|
292
|
+
regionCode: 'BT',
|
|
293
|
+
ianaSource: 'asia'
|
|
294
|
+
},
|
|
295
|
+
'Asia/Tokyo': {
|
|
296
|
+
regionCode: 'JP',
|
|
297
|
+
ianaSource: 'asia'
|
|
298
|
+
},
|
|
299
|
+
'Asia/Tomsk': {
|
|
300
|
+
regionCode: 'RU',
|
|
301
|
+
ianaSource: 'asia'
|
|
302
|
+
},
|
|
303
|
+
'Asia/Ulaanbaatar': {
|
|
304
|
+
regionCode: 'MN',
|
|
305
|
+
ianaSource: 'asia'
|
|
306
|
+
},
|
|
307
|
+
'Asia/Urumqi': {
|
|
308
|
+
regionCode: 'CN',
|
|
309
|
+
ianaSource: 'asia'
|
|
310
|
+
},
|
|
311
|
+
'Asia/Ust-Nera': {
|
|
312
|
+
regionCode: 'RU',
|
|
313
|
+
ianaSource: 'asia'
|
|
314
|
+
},
|
|
315
|
+
'Asia/Vientiane': {
|
|
316
|
+
regionCode: 'LA',
|
|
317
|
+
ianaSource: 'asia'
|
|
318
|
+
},
|
|
319
|
+
'Asia/Vladivostok': {
|
|
320
|
+
regionCode: 'RU',
|
|
321
|
+
ianaSource: 'asia'
|
|
322
|
+
},
|
|
323
|
+
'Asia/Yakutsk': {
|
|
324
|
+
regionCode: 'RU',
|
|
325
|
+
ianaSource: 'asia'
|
|
326
|
+
},
|
|
327
|
+
'Asia/Yangon': {
|
|
328
|
+
regionCode: 'MM',
|
|
329
|
+
ianaSource: 'asia'
|
|
330
|
+
},
|
|
331
|
+
'Asia/Yekaterinburg': {
|
|
332
|
+
regionCode: 'RU',
|
|
333
|
+
ianaSource: 'asia'
|
|
334
|
+
},
|
|
335
|
+
'Asia/Yerevan': {
|
|
336
|
+
regionCode: 'AM',
|
|
337
|
+
ianaSource: 'asia'
|
|
338
|
+
}
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
export default asiaTimezones;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Atlantic Timezone Mappings
|
|
3
|
+
* Maps IANA timezone identifiers to country codes and source files
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const atlanticTimezones = {
|
|
7
|
+
'Atlantic/Azores': {
|
|
8
|
+
regionCode: 'PT',
|
|
9
|
+
ianaSource: 'europe'
|
|
10
|
+
},
|
|
11
|
+
'Atlantic/Bermuda': {
|
|
12
|
+
regionCode: 'BM',
|
|
13
|
+
ianaSource: 'northamerica'
|
|
14
|
+
},
|
|
15
|
+
'Atlantic/Canary': {
|
|
16
|
+
regionCode: 'ES',
|
|
17
|
+
ianaSource: 'europe'
|
|
18
|
+
},
|
|
19
|
+
'Atlantic/Cape_Verde': {
|
|
20
|
+
regionCode: 'CV',
|
|
21
|
+
ianaSource: 'africa'
|
|
22
|
+
},
|
|
23
|
+
'Atlantic/Faroe': {
|
|
24
|
+
regionCode: 'FO',
|
|
25
|
+
ianaSource: 'europe'
|
|
26
|
+
},
|
|
27
|
+
'Atlantic/Madeira': {
|
|
28
|
+
regionCode: 'PT',
|
|
29
|
+
ianaSource: 'europe'
|
|
30
|
+
},
|
|
31
|
+
'Atlantic/Reykjavik': {
|
|
32
|
+
regionCode: 'IS',
|
|
33
|
+
ianaSource: 'europe'
|
|
34
|
+
},
|
|
35
|
+
'Atlantic/South_Georgia': {
|
|
36
|
+
regionCode: 'GS',
|
|
37
|
+
ianaSource: 'antarctica'
|
|
38
|
+
},
|
|
39
|
+
'Atlantic/St_Helena': {
|
|
40
|
+
regionCode: 'SH',
|
|
41
|
+
ianaSource: 'africa'
|
|
42
|
+
},
|
|
43
|
+
'Atlantic/Stanley': {
|
|
44
|
+
regionCode: 'FK',
|
|
45
|
+
ianaSource: 'southamerica'
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default atlanticTimezones;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Australia Timezone Mappings
|
|
3
|
+
* Maps IANA timezone identifiers to country codes and source files
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const australiaTimezones = {
|
|
7
|
+
'Antarctica/Macquarie': {
|
|
8
|
+
regionCode: 'AU',
|
|
9
|
+
ianaSource: 'australasia'
|
|
10
|
+
},
|
|
11
|
+
'Australia/Adelaide': {
|
|
12
|
+
regionCode: 'AU',
|
|
13
|
+
ianaSource: 'australasia'
|
|
14
|
+
},
|
|
15
|
+
'Australia/Brisbane': {
|
|
16
|
+
regionCode: 'AU',
|
|
17
|
+
ianaSource: 'australasia'
|
|
18
|
+
},
|
|
19
|
+
'Australia/Broken_Hill': {
|
|
20
|
+
regionCode: 'AU',
|
|
21
|
+
ianaSource: 'australasia'
|
|
22
|
+
},
|
|
23
|
+
'Australia/Darwin': {
|
|
24
|
+
regionCode: 'AU',
|
|
25
|
+
ianaSource: 'australasia'
|
|
26
|
+
},
|
|
27
|
+
'Australia/Eucla': {
|
|
28
|
+
regionCode: 'AU',
|
|
29
|
+
ianaSource: 'australasia'
|
|
30
|
+
},
|
|
31
|
+
'Australia/Hobart': {
|
|
32
|
+
regionCode: 'AU',
|
|
33
|
+
ianaSource: 'australasia'
|
|
34
|
+
},
|
|
35
|
+
'Australia/Lindeman': {
|
|
36
|
+
regionCode: 'AU',
|
|
37
|
+
ianaSource: 'australasia'
|
|
38
|
+
},
|
|
39
|
+
'Australia/Lord_Howe': {
|
|
40
|
+
regionCode: 'AU',
|
|
41
|
+
ianaSource: 'australasia'
|
|
42
|
+
},
|
|
43
|
+
'Australia/Melbourne': {
|
|
44
|
+
regionCode: 'AU',
|
|
45
|
+
ianaSource: 'australasia'
|
|
46
|
+
},
|
|
47
|
+
'Australia/Perth': {
|
|
48
|
+
regionCode: 'AU',
|
|
49
|
+
ianaSource: 'australasia'
|
|
50
|
+
},
|
|
51
|
+
'Australia/Sydney': {
|
|
52
|
+
regionCode: 'AU',
|
|
53
|
+
ianaSource: 'australasia'
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export default australiaTimezones;
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Europe Timezone Mappings
|
|
3
|
+
* Maps IANA timezone identifiers to country codes and source files
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const europeTimezones = {
|
|
7
|
+
'Europe/Amsterdam': {
|
|
8
|
+
regionCode: 'NL',
|
|
9
|
+
ianaSource: 'europe'
|
|
10
|
+
},
|
|
11
|
+
'Europe/Andorra': {
|
|
12
|
+
regionCode: 'AD',
|
|
13
|
+
ianaSource: 'europe'
|
|
14
|
+
},
|
|
15
|
+
'Europe/Astrakhan': {
|
|
16
|
+
regionCode: 'RU',
|
|
17
|
+
ianaSource: 'europe'
|
|
18
|
+
},
|
|
19
|
+
'Europe/Athens': {
|
|
20
|
+
regionCode: 'GR',
|
|
21
|
+
ianaSource: 'europe'
|
|
22
|
+
},
|
|
23
|
+
'Europe/Belgrade': {
|
|
24
|
+
regionCode: 'RS',
|
|
25
|
+
ianaSource: 'europe'
|
|
26
|
+
},
|
|
27
|
+
'Europe/Berlin': {
|
|
28
|
+
regionCode: 'DE',
|
|
29
|
+
ianaSource: 'europe'
|
|
30
|
+
},
|
|
31
|
+
'Europe/Bratislava': {
|
|
32
|
+
regionCode: 'SK',
|
|
33
|
+
ianaSource: 'europe'
|
|
34
|
+
},
|
|
35
|
+
'Europe/Brussels': {
|
|
36
|
+
regionCode: 'BE',
|
|
37
|
+
ianaSource: 'europe'
|
|
38
|
+
},
|
|
39
|
+
'Europe/Bucharest': {
|
|
40
|
+
regionCode: 'RO',
|
|
41
|
+
ianaSource: 'europe'
|
|
42
|
+
},
|
|
43
|
+
'Europe/Budapest': {
|
|
44
|
+
regionCode: 'HU',
|
|
45
|
+
ianaSource: 'europe'
|
|
46
|
+
},
|
|
47
|
+
'Europe/Busingen': {
|
|
48
|
+
regionCode: 'DE',
|
|
49
|
+
ianaSource: 'europe'
|
|
50
|
+
},
|
|
51
|
+
'Europe/Chisinau': {
|
|
52
|
+
regionCode: 'MD',
|
|
53
|
+
ianaSource: 'europe'
|
|
54
|
+
},
|
|
55
|
+
'Europe/Copenhagen': {
|
|
56
|
+
regionCode: 'DK',
|
|
57
|
+
ianaSource: 'europe'
|
|
58
|
+
},
|
|
59
|
+
'Europe/Dublin': {
|
|
60
|
+
regionCode: 'IE',
|
|
61
|
+
ianaSource: 'europe'
|
|
62
|
+
},
|
|
63
|
+
'Europe/Gibraltar': {
|
|
64
|
+
regionCode: 'GI',
|
|
65
|
+
ianaSource: 'europe'
|
|
66
|
+
},
|
|
67
|
+
'Europe/Guernsey': {
|
|
68
|
+
regionCode: 'GG',
|
|
69
|
+
ianaSource: 'europe'
|
|
70
|
+
},
|
|
71
|
+
'Europe/Helsinki': {
|
|
72
|
+
regionCode: 'FI',
|
|
73
|
+
ianaSource: 'europe'
|
|
74
|
+
},
|
|
75
|
+
'Europe/Isle_of_Man': {
|
|
76
|
+
regionCode: 'IM',
|
|
77
|
+
ianaSource: 'europe'
|
|
78
|
+
},
|
|
79
|
+
'Europe/Istanbul': {
|
|
80
|
+
regionCode: 'TR',
|
|
81
|
+
ianaSource: 'europe'
|
|
82
|
+
},
|
|
83
|
+
'Europe/Jersey': {
|
|
84
|
+
regionCode: 'JE',
|
|
85
|
+
ianaSource: 'europe'
|
|
86
|
+
},
|
|
87
|
+
'Europe/Kaliningrad': {
|
|
88
|
+
regionCode: 'RU',
|
|
89
|
+
ianaSource: 'europe'
|
|
90
|
+
},
|
|
91
|
+
'Europe/Kiev': {
|
|
92
|
+
regionCode: 'UA',
|
|
93
|
+
ianaSource: 'europe'
|
|
94
|
+
},
|
|
95
|
+
'Europe/Kirov': {
|
|
96
|
+
regionCode: 'RU',
|
|
97
|
+
ianaSource: 'europe'
|
|
98
|
+
},
|
|
99
|
+
'Europe/Lisbon': {
|
|
100
|
+
regionCode: 'PT',
|
|
101
|
+
ianaSource: 'europe'
|
|
102
|
+
},
|
|
103
|
+
'Europe/Ljubljana': {
|
|
104
|
+
regionCode: 'SI',
|
|
105
|
+
ianaSource: 'europe'
|
|
106
|
+
},
|
|
107
|
+
'Europe/London': {
|
|
108
|
+
regionCode: 'GB',
|
|
109
|
+
ianaSource: 'europe'
|
|
110
|
+
},
|
|
111
|
+
'Europe/Luxembourg': {
|
|
112
|
+
regionCode: 'LU',
|
|
113
|
+
ianaSource: 'europe'
|
|
114
|
+
},
|
|
115
|
+
'Europe/Madrid': {
|
|
116
|
+
regionCode: 'ES',
|
|
117
|
+
ianaSource: 'europe'
|
|
118
|
+
},
|
|
119
|
+
'Europe/Malta': {
|
|
120
|
+
regionCode: 'MT',
|
|
121
|
+
ianaSource: 'europe'
|
|
122
|
+
},
|
|
123
|
+
'Europe/Mariehamn': {
|
|
124
|
+
regionCode: 'AX',
|
|
125
|
+
ianaSource: 'europe'
|
|
126
|
+
},
|
|
127
|
+
'Europe/Minsk': {
|
|
128
|
+
regionCode: 'BY',
|
|
129
|
+
ianaSource: 'europe'
|
|
130
|
+
},
|
|
131
|
+
'Europe/Monaco': {
|
|
132
|
+
regionCode: 'MC',
|
|
133
|
+
ianaSource: 'europe'
|
|
134
|
+
},
|
|
135
|
+
'Europe/Moscow': {
|
|
136
|
+
regionCode: 'RU',
|
|
137
|
+
ianaSource: 'europe'
|
|
138
|
+
},
|
|
139
|
+
'Europe/Oslo': {
|
|
140
|
+
regionCode: 'NO',
|
|
141
|
+
ianaSource: 'europe'
|
|
142
|
+
},
|
|
143
|
+
'Europe/Paris': {
|
|
144
|
+
regionCode: 'FR',
|
|
145
|
+
ianaSource: 'europe'
|
|
146
|
+
},
|
|
147
|
+
'Europe/Podgorica': {
|
|
148
|
+
regionCode: 'ME',
|
|
149
|
+
ianaSource: 'europe'
|
|
150
|
+
},
|
|
151
|
+
'Europe/Prague': {
|
|
152
|
+
regionCode: 'CZ',
|
|
153
|
+
ianaSource: 'europe'
|
|
154
|
+
},
|
|
155
|
+
'Europe/Riga': {
|
|
156
|
+
regionCode: 'LV',
|
|
157
|
+
ianaSource: 'europe'
|
|
158
|
+
},
|
|
159
|
+
'Europe/Rome': {
|
|
160
|
+
regionCode: 'IT',
|
|
161
|
+
ianaSource: 'europe'
|
|
162
|
+
},
|
|
163
|
+
'Europe/Samara': {
|
|
164
|
+
regionCode: 'RU',
|
|
165
|
+
ianaSource: 'europe'
|
|
166
|
+
},
|
|
167
|
+
'Europe/San_Marino': {
|
|
168
|
+
regionCode: 'SM',
|
|
169
|
+
ianaSource: 'europe'
|
|
170
|
+
},
|
|
171
|
+
'Europe/Sarajevo': {
|
|
172
|
+
regionCode: 'BA',
|
|
173
|
+
ianaSource: 'europe'
|
|
174
|
+
},
|
|
175
|
+
'Europe/Saratov': {
|
|
176
|
+
regionCode: 'RU',
|
|
177
|
+
ianaSource: 'europe'
|
|
178
|
+
},
|
|
179
|
+
'Europe/Simferopol': {
|
|
180
|
+
regionCode: 'UA',
|
|
181
|
+
ianaSource: 'europe'
|
|
182
|
+
},
|
|
183
|
+
'Europe/Skopje': {
|
|
184
|
+
regionCode: 'MK',
|
|
185
|
+
ianaSource: 'europe'
|
|
186
|
+
},
|
|
187
|
+
'Europe/Sofia': {
|
|
188
|
+
regionCode: 'BG',
|
|
189
|
+
ianaSource: 'europe'
|
|
190
|
+
},
|
|
191
|
+
'Europe/Stockholm': {
|
|
192
|
+
regionCode: 'SE',
|
|
193
|
+
ianaSource: 'europe'
|
|
194
|
+
},
|
|
195
|
+
'Europe/Tallinn': {
|
|
196
|
+
regionCode: 'EE',
|
|
197
|
+
ianaSource: 'europe'
|
|
198
|
+
},
|
|
199
|
+
'Europe/Tirane': {
|
|
200
|
+
regionCode: 'AL',
|
|
201
|
+
ianaSource: 'europe'
|
|
202
|
+
},
|
|
203
|
+
'Europe/Ulyanovsk': {
|
|
204
|
+
regionCode: 'RU',
|
|
205
|
+
ianaSource: 'europe'
|
|
206
|
+
},
|
|
207
|
+
'Europe/Uzhgorod': {
|
|
208
|
+
regionCode: 'UA',
|
|
209
|
+
ianaSource: 'europe'
|
|
210
|
+
},
|
|
211
|
+
'Europe/Vaduz': {
|
|
212
|
+
regionCode: 'LI',
|
|
213
|
+
ianaSource: 'europe'
|
|
214
|
+
},
|
|
215
|
+
'Europe/Vatican': {
|
|
216
|
+
regionCode: 'VA',
|
|
217
|
+
ianaSource: 'europe'
|
|
218
|
+
},
|
|
219
|
+
'Europe/Vienna': {
|
|
220
|
+
regionCode: 'AT',
|
|
221
|
+
ianaSource: 'europe'
|
|
222
|
+
},
|
|
223
|
+
'Europe/Vilnius': {
|
|
224
|
+
regionCode: 'LT',
|
|
225
|
+
ianaSource: 'europe'
|
|
226
|
+
},
|
|
227
|
+
'Europe/Volgograd': {
|
|
228
|
+
regionCode: 'RU',
|
|
229
|
+
ianaSource: 'europe'
|
|
230
|
+
},
|
|
231
|
+
'Europe/Warsaw': {
|
|
232
|
+
regionCode: 'PL',
|
|
233
|
+
ianaSource: 'europe'
|
|
234
|
+
},
|
|
235
|
+
'Europe/Zagreb': {
|
|
236
|
+
regionCode: 'HR',
|
|
237
|
+
ianaSource: 'europe'
|
|
238
|
+
},
|
|
239
|
+
'Europe/Zaporozhye': {
|
|
240
|
+
regionCode: 'UA',
|
|
241
|
+
ianaSource: 'europe'
|
|
242
|
+
},
|
|
243
|
+
'Europe/Zurich': {
|
|
244
|
+
regionCode: 'CH',
|
|
245
|
+
ianaSource: 'europe'
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export default europeTimezones;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { africaTimezones } from './africa.js';
|
|
2
|
+
export { americaTimezones } from './america.js';
|
|
3
|
+
export { antarcticaTimezones } from './antarctica.js';
|
|
4
|
+
export { asiaTimezones } from './asia.js';
|
|
5
|
+
export { atlanticTimezones } from './atlantic.js';
|
|
6
|
+
export { australiaTimezones } from './australia.js';
|
|
7
|
+
export { europeTimezones } from './europe.js';
|
|
8
|
+
export { indianTimezones } from './indian.js';
|
|
9
|
+
export { pacificTimezones } from './pacific.js';
|