@tak-ps/vue-tabler 3.17.6 → 3.17.7
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/CHANGELOG.md +4 -0
- package/components/input/TimeZone.vue +425 -427
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
:description='description'
|
|
6
6
|
:disabled='disabled'
|
|
7
7
|
:required='required'
|
|
8
|
-
:default='modelValue'
|
|
8
|
+
:default='modelValue || "No TimeZone"'
|
|
9
9
|
v-on:change='$emit("update:modelValue", map.get($event.target.value).tzCode)'
|
|
10
10
|
/>
|
|
11
11
|
</template>
|
|
@@ -14,430 +14,430 @@
|
|
|
14
14
|
import TablerEnum from './Enum.vue'
|
|
15
15
|
|
|
16
16
|
const tzs = [
|
|
17
|
-
{
|
|
18
|
-
{
|
|
19
|
-
{
|
|
20
|
-
{
|
|
21
|
-
{
|
|
22
|
-
{
|
|
23
|
-
{
|
|
24
|
-
{
|
|
25
|
-
{
|
|
26
|
-
{
|
|
27
|
-
{
|
|
28
|
-
{
|
|
29
|
-
{
|
|
30
|
-
{
|
|
31
|
-
{
|
|
32
|
-
{
|
|
33
|
-
{
|
|
34
|
-
{
|
|
35
|
-
{
|
|
36
|
-
{
|
|
37
|
-
{
|
|
38
|
-
{
|
|
39
|
-
{
|
|
40
|
-
{
|
|
41
|
-
{
|
|
42
|
-
{
|
|
43
|
-
{
|
|
44
|
-
{
|
|
45
|
-
{
|
|
46
|
-
{
|
|
47
|
-
{
|
|
48
|
-
{
|
|
49
|
-
{
|
|
50
|
-
{
|
|
51
|
-
{
|
|
52
|
-
{
|
|
53
|
-
{
|
|
54
|
-
{
|
|
55
|
-
{
|
|
56
|
-
{
|
|
57
|
-
{
|
|
58
|
-
{
|
|
59
|
-
{
|
|
60
|
-
{
|
|
61
|
-
{
|
|
62
|
-
{
|
|
63
|
-
{
|
|
64
|
-
{
|
|
65
|
-
{
|
|
66
|
-
{
|
|
67
|
-
{
|
|
68
|
-
{
|
|
69
|
-
{
|
|
70
|
-
{
|
|
71
|
-
{
|
|
72
|
-
{
|
|
73
|
-
{
|
|
74
|
-
{
|
|
75
|
-
{
|
|
76
|
-
{
|
|
77
|
-
{
|
|
78
|
-
{
|
|
79
|
-
{
|
|
80
|
-
{
|
|
81
|
-
{
|
|
82
|
-
{
|
|
83
|
-
{
|
|
84
|
-
{
|
|
85
|
-
{
|
|
86
|
-
{
|
|
87
|
-
{
|
|
88
|
-
{
|
|
89
|
-
{
|
|
90
|
-
{
|
|
91
|
-
{
|
|
92
|
-
{
|
|
93
|
-
{
|
|
94
|
-
{
|
|
95
|
-
{
|
|
96
|
-
{
|
|
97
|
-
{
|
|
98
|
-
{
|
|
99
|
-
{
|
|
100
|
-
{
|
|
101
|
-
{
|
|
102
|
-
{
|
|
103
|
-
{
|
|
104
|
-
{
|
|
105
|
-
{
|
|
106
|
-
{
|
|
107
|
-
{
|
|
108
|
-
{
|
|
109
|
-
{
|
|
110
|
-
{
|
|
111
|
-
{
|
|
112
|
-
{
|
|
113
|
-
{
|
|
114
|
-
{
|
|
115
|
-
{
|
|
116
|
-
{
|
|
117
|
-
{
|
|
118
|
-
{
|
|
119
|
-
{
|
|
120
|
-
{
|
|
121
|
-
{
|
|
122
|
-
{
|
|
123
|
-
{
|
|
124
|
-
{
|
|
125
|
-
{
|
|
126
|
-
{
|
|
127
|
-
{
|
|
128
|
-
{
|
|
129
|
-
{
|
|
130
|
-
{
|
|
131
|
-
{
|
|
132
|
-
{
|
|
133
|
-
{
|
|
134
|
-
{
|
|
135
|
-
{
|
|
136
|
-
{
|
|
137
|
-
{
|
|
138
|
-
{
|
|
139
|
-
{
|
|
140
|
-
{
|
|
141
|
-
{
|
|
142
|
-
{
|
|
143
|
-
{
|
|
144
|
-
{
|
|
145
|
-
{
|
|
146
|
-
{
|
|
147
|
-
{
|
|
148
|
-
{
|
|
149
|
-
{
|
|
150
|
-
{
|
|
151
|
-
{
|
|
152
|
-
{
|
|
153
|
-
{
|
|
154
|
-
{
|
|
155
|
-
{
|
|
156
|
-
{
|
|
157
|
-
{
|
|
158
|
-
{
|
|
159
|
-
{
|
|
160
|
-
{
|
|
161
|
-
{
|
|
162
|
-
{
|
|
163
|
-
{
|
|
164
|
-
{
|
|
165
|
-
{
|
|
166
|
-
{
|
|
167
|
-
{
|
|
168
|
-
{
|
|
169
|
-
{
|
|
170
|
-
{
|
|
171
|
-
{
|
|
172
|
-
{
|
|
173
|
-
{
|
|
174
|
-
{
|
|
175
|
-
{
|
|
176
|
-
{
|
|
177
|
-
{
|
|
178
|
-
{
|
|
179
|
-
{
|
|
180
|
-
{
|
|
181
|
-
{
|
|
182
|
-
{
|
|
183
|
-
{
|
|
184
|
-
{
|
|
185
|
-
{
|
|
186
|
-
{
|
|
187
|
-
{
|
|
188
|
-
{
|
|
189
|
-
{
|
|
190
|
-
{
|
|
191
|
-
{
|
|
192
|
-
{
|
|
193
|
-
{
|
|
194
|
-
{
|
|
195
|
-
{
|
|
196
|
-
{
|
|
197
|
-
{
|
|
198
|
-
{
|
|
199
|
-
{
|
|
200
|
-
{
|
|
201
|
-
{
|
|
202
|
-
{
|
|
203
|
-
{
|
|
204
|
-
{
|
|
205
|
-
{
|
|
206
|
-
{
|
|
207
|
-
{
|
|
208
|
-
{
|
|
209
|
-
{
|
|
210
|
-
{
|
|
211
|
-
{
|
|
212
|
-
{
|
|
213
|
-
{
|
|
214
|
-
{
|
|
215
|
-
{
|
|
216
|
-
{
|
|
217
|
-
{
|
|
218
|
-
{
|
|
219
|
-
{
|
|
220
|
-
{
|
|
221
|
-
{
|
|
222
|
-
{
|
|
223
|
-
{
|
|
224
|
-
{
|
|
225
|
-
{
|
|
226
|
-
{
|
|
227
|
-
{
|
|
228
|
-
{
|
|
229
|
-
{
|
|
230
|
-
{
|
|
231
|
-
{
|
|
232
|
-
{
|
|
233
|
-
{
|
|
234
|
-
{
|
|
235
|
-
{
|
|
236
|
-
{
|
|
237
|
-
{
|
|
238
|
-
{
|
|
239
|
-
{
|
|
240
|
-
{
|
|
241
|
-
{
|
|
242
|
-
{
|
|
243
|
-
{
|
|
244
|
-
{
|
|
245
|
-
{
|
|
246
|
-
{
|
|
247
|
-
{
|
|
248
|
-
{
|
|
249
|
-
{
|
|
250
|
-
{
|
|
251
|
-
{
|
|
252
|
-
{
|
|
253
|
-
{
|
|
254
|
-
{
|
|
255
|
-
{
|
|
256
|
-
{
|
|
257
|
-
{
|
|
258
|
-
{
|
|
259
|
-
{
|
|
260
|
-
{
|
|
261
|
-
{
|
|
262
|
-
{
|
|
263
|
-
{
|
|
264
|
-
{
|
|
265
|
-
{
|
|
266
|
-
{
|
|
267
|
-
{
|
|
268
|
-
{
|
|
269
|
-
{
|
|
270
|
-
{
|
|
271
|
-
{
|
|
272
|
-
{
|
|
273
|
-
{
|
|
274
|
-
{
|
|
275
|
-
{
|
|
276
|
-
{
|
|
277
|
-
{
|
|
278
|
-
{
|
|
279
|
-
{
|
|
280
|
-
{
|
|
281
|
-
{
|
|
282
|
-
{
|
|
283
|
-
{
|
|
284
|
-
{
|
|
285
|
-
{
|
|
286
|
-
{
|
|
287
|
-
{
|
|
288
|
-
{
|
|
289
|
-
{
|
|
290
|
-
{
|
|
291
|
-
{
|
|
292
|
-
{
|
|
293
|
-
{
|
|
294
|
-
{
|
|
295
|
-
{
|
|
296
|
-
{
|
|
297
|
-
{
|
|
298
|
-
{
|
|
299
|
-
{
|
|
300
|
-
{
|
|
301
|
-
{
|
|
302
|
-
{
|
|
303
|
-
{
|
|
304
|
-
{
|
|
305
|
-
{
|
|
306
|
-
{
|
|
307
|
-
{
|
|
308
|
-
{
|
|
309
|
-
{
|
|
310
|
-
{
|
|
311
|
-
{
|
|
312
|
-
{
|
|
313
|
-
{
|
|
314
|
-
{
|
|
315
|
-
{
|
|
316
|
-
{
|
|
317
|
-
{
|
|
318
|
-
{
|
|
319
|
-
{
|
|
320
|
-
{
|
|
321
|
-
{
|
|
322
|
-
{
|
|
323
|
-
{
|
|
324
|
-
{
|
|
325
|
-
{
|
|
326
|
-
{
|
|
327
|
-
{
|
|
328
|
-
{
|
|
329
|
-
{
|
|
330
|
-
{
|
|
331
|
-
{
|
|
332
|
-
{
|
|
333
|
-
{
|
|
334
|
-
{
|
|
335
|
-
{
|
|
336
|
-
{
|
|
337
|
-
{
|
|
338
|
-
{
|
|
339
|
-
{
|
|
340
|
-
{
|
|
341
|
-
{
|
|
342
|
-
{
|
|
343
|
-
{
|
|
344
|
-
{
|
|
345
|
-
{
|
|
346
|
-
{
|
|
347
|
-
{
|
|
348
|
-
{
|
|
349
|
-
{
|
|
350
|
-
{
|
|
351
|
-
{
|
|
352
|
-
{
|
|
353
|
-
{
|
|
354
|
-
{
|
|
355
|
-
{
|
|
356
|
-
{
|
|
357
|
-
{
|
|
358
|
-
{
|
|
359
|
-
{
|
|
360
|
-
{
|
|
361
|
-
{
|
|
362
|
-
{
|
|
363
|
-
{
|
|
364
|
-
{
|
|
365
|
-
{
|
|
366
|
-
{
|
|
367
|
-
{
|
|
368
|
-
{
|
|
369
|
-
{
|
|
370
|
-
{
|
|
371
|
-
{
|
|
372
|
-
{
|
|
373
|
-
{
|
|
374
|
-
{
|
|
375
|
-
{
|
|
376
|
-
{
|
|
377
|
-
{
|
|
378
|
-
{
|
|
379
|
-
{
|
|
380
|
-
{
|
|
381
|
-
{
|
|
382
|
-
{
|
|
383
|
-
{
|
|
384
|
-
{
|
|
385
|
-
{
|
|
386
|
-
{
|
|
387
|
-
{
|
|
388
|
-
{
|
|
389
|
-
{
|
|
390
|
-
{
|
|
391
|
-
{
|
|
392
|
-
{
|
|
393
|
-
{
|
|
394
|
-
{
|
|
395
|
-
{
|
|
396
|
-
{
|
|
397
|
-
{
|
|
398
|
-
{
|
|
399
|
-
{
|
|
400
|
-
{
|
|
401
|
-
{
|
|
402
|
-
{
|
|
403
|
-
{
|
|
404
|
-
{
|
|
405
|
-
{
|
|
406
|
-
{
|
|
407
|
-
{
|
|
408
|
-
{
|
|
409
|
-
{
|
|
410
|
-
{
|
|
411
|
-
{
|
|
412
|
-
{
|
|
413
|
-
{
|
|
414
|
-
{
|
|
415
|
-
{
|
|
416
|
-
{
|
|
417
|
-
{
|
|
418
|
-
{
|
|
419
|
-
{
|
|
420
|
-
{
|
|
421
|
-
{
|
|
422
|
-
{
|
|
423
|
-
{
|
|
424
|
-
{
|
|
425
|
-
{
|
|
426
|
-
{
|
|
427
|
-
{
|
|
428
|
-
{
|
|
429
|
-
{
|
|
430
|
-
{
|
|
431
|
-
{
|
|
432
|
-
{
|
|
433
|
-
{
|
|
434
|
-
{
|
|
435
|
-
{
|
|
436
|
-
{
|
|
437
|
-
{
|
|
438
|
-
{
|
|
439
|
-
{
|
|
440
|
-
{
|
|
17
|
+
{ label:"Pacific/Midway (GMT-11:00)", "tzCode":"Pacific/Midway", },
|
|
18
|
+
{ label:"Pacific/Niue (GMT-11:00)", "tzCode":"Pacific/Niue", },
|
|
19
|
+
{ label:"Pacific/Pago_Pago (GMT-11:00)", "tzCode":"Pacific/Pago_Pago", },
|
|
20
|
+
{ label:"America/Adak (GMT-10:00)", "tzCode":"America/Adak", },
|
|
21
|
+
{ label:"Pacific/Honolulu (GMT-10:00)", "tzCode":"Pacific/Honolulu", },
|
|
22
|
+
{ label:"Pacific/Rarotonga (GMT-10:00)", "tzCode":"Pacific/Rarotonga", },
|
|
23
|
+
{ label:"Pacific/Tahiti (GMT-10:00)", "tzCode":"Pacific/Tahiti", },
|
|
24
|
+
{ label:"Pacific/Marquesas (GMT-09:30)", "tzCode":"Pacific/Marquesas", },
|
|
25
|
+
{ label:"America/Anchorage (GMT-09:00)", "tzCode":"America/Anchorage", },
|
|
26
|
+
{ label:"America/Juneau (GMT-09:00)", "tzCode":"America/Juneau", },
|
|
27
|
+
{ label:"America/Metlakatla (GMT-09:00)", "tzCode":"America/Metlakatla", },
|
|
28
|
+
{ label:"America/Nome (GMT-09:00)", "tzCode":"America/Nome", },
|
|
29
|
+
{ label:"America/Sitka (GMT-09:00)", "tzCode":"America/Sitka", },
|
|
30
|
+
{ label:"America/Yakutat (GMT-09:00)", "tzCode":"America/Yakutat", },
|
|
31
|
+
{ label:"Pacific/Gambier (GMT-09:00)", "tzCode":"Pacific/Gambier", },
|
|
32
|
+
{ label:"America/Los_Angeles (GMT-08:00)", "tzCode":"America/Los_Angeles", },
|
|
33
|
+
{ label:"America/Tijuana (GMT-08:00)", "tzCode":"America/Tijuana", },
|
|
34
|
+
{ label:"America/Vancouver (GMT-08:00)", "tzCode":"America/Vancouver", },
|
|
35
|
+
{ label:"Pacific/Pitcairn (GMT-08:00)", "tzCode":"Pacific/Pitcairn", },
|
|
36
|
+
{ label:"America/Boise (GMT-07:00)", "tzCode":"America/Boise", },
|
|
37
|
+
{ label:"America/Cambridge_Bay (GMT-07:00)", "tzCode":"America/Cambridge_Bay", },
|
|
38
|
+
{ label:"America/Chihuahua (GMT-07:00)", "tzCode":"America/Chihuahua", },
|
|
39
|
+
{ label:"America/Creston (GMT-07:00)", "tzCode":"America/Creston", },
|
|
40
|
+
{ label:"America/Dawson (GMT-07:00)", "tzCode":"America/Dawson", },
|
|
41
|
+
{ label:"America/Dawson_Creek (GMT-07:00)", "tzCode":"America/Dawson_Creek", },
|
|
42
|
+
{ label:"America/Denver (GMT-07:00)", "tzCode":"America/Denver", },
|
|
43
|
+
{ label:"America/Edmonton (GMT-07:00)", "tzCode":"America/Edmonton", },
|
|
44
|
+
{ label:"America/Fort_Nelson (GMT-07:00)", "tzCode":"America/Fort_Nelson", },
|
|
45
|
+
{ label:"America/Hermosillo (GMT-07:00)", "tzCode":"America/Hermosillo", },
|
|
46
|
+
{ label:"America/Inuvik (GMT-07:00)", "tzCode":"America/Inuvik", },
|
|
47
|
+
{ label:"America/Mazatlan (GMT-07:00)", "tzCode":"America/Mazatlan", },
|
|
48
|
+
{ label:"America/Ojinaga (GMT-07:00)", "tzCode":"America/Ojinaga", },
|
|
49
|
+
{ label:"America/Phoenix (GMT-07:00)", "tzCode":"America/Phoenix", },
|
|
50
|
+
{ label:"America/Whitehorse (GMT-07:00)", "tzCode":"America/Whitehorse", },
|
|
51
|
+
{ label:"America/Yellowknife (GMT-07:00)", "tzCode":"America/Yellowknife", },
|
|
52
|
+
{ label:"America/Bahia_Banderas (GMT-06:00)", "tzCode":"America/Bahia_Banderas", },
|
|
53
|
+
{ label:"America/Belize (GMT-06:00)", "tzCode":"America/Belize", },
|
|
54
|
+
{ label:"America/Chicago (GMT-06:00)", "tzCode":"America/Chicago", },
|
|
55
|
+
{ label:"America/Costa_Rica (GMT-06:00)", "tzCode":"America/Costa_Rica", },
|
|
56
|
+
{ label:"America/El_Salvador (GMT-06:00)", "tzCode":"America/El_Salvador", },
|
|
57
|
+
{ label:"America/Guatemala (GMT-06:00)", "tzCode":"America/Guatemala", },
|
|
58
|
+
{ label:"America/Indiana/Knox (GMT-06:00)", "tzCode":"America/Indiana/Knox", },
|
|
59
|
+
{ label:"America/Indiana/Tell_City (GMT-06:00)", "tzCode":"America/Indiana/Tell_City", },
|
|
60
|
+
{ label:"America/Managua (GMT-06:00)", "tzCode":"America/Managua", },
|
|
61
|
+
{ label:"America/Matamoros (GMT-06:00)", "tzCode":"America/Matamoros", },
|
|
62
|
+
{ label:"America/Menominee (GMT-06:00)", "tzCode":"America/Menominee", },
|
|
63
|
+
{ label:"America/Merida (GMT-06:00)", "tzCode":"America/Merida", },
|
|
64
|
+
{ label:"America/Mexico_City (GMT-06:00)", "tzCode":"America/Mexico_City", },
|
|
65
|
+
{ label:"America/Monterrey (GMT-06:00)", "tzCode":"America/Monterrey", },
|
|
66
|
+
{ label:"America/North_Dakota/Beulah (GMT-06:00)", "tzCode":"America/North_Dakota/Beulah", },
|
|
67
|
+
{ label:"America/North_Dakota/Center (GMT-06:00)", "tzCode":"America/North_Dakota/Center", },
|
|
68
|
+
{ label:"America/North_Dakota/New_Salem (GMT-06:00)", "tzCode":"America/North_Dakota/New_Salem", },
|
|
69
|
+
{ label:"America/Rainy_River (GMT-06:00)", "tzCode":"America/Rainy_River", },
|
|
70
|
+
{ label:"America/Rankin_Inlet (GMT-06:00)", "tzCode":"America/Rankin_Inlet", },
|
|
71
|
+
{ label:"America/Regina (GMT-06:00)", "tzCode":"America/Regina", },
|
|
72
|
+
{ label:"America/Resolute (GMT-06:00)", "tzCode":"America/Resolute", },
|
|
73
|
+
{ label:"America/Swift_Current (GMT-06:00)", "tzCode":"America/Swift_Current", },
|
|
74
|
+
{ label:"America/Tegucigalpa (GMT-06:00)", "tzCode":"America/Tegucigalpa", },
|
|
75
|
+
{ label:"America/Winnipeg (GMT-06:00)", "tzCode":"America/Winnipeg", },
|
|
76
|
+
{ label:"Pacific/Easter (GMT-06:00)", "tzCode":"Pacific/Easter", },
|
|
77
|
+
{ label:"Pacific/Galapagos (GMT-06:00)", "tzCode":"Pacific/Galapagos", },
|
|
78
|
+
{ label:"America/Atikokan (GMT-05:00)", "tzCode":"America/Atikokan", },
|
|
79
|
+
{ label:"America/Bogota (GMT-05:00)", "tzCode":"America/Bogota", },
|
|
80
|
+
{ label:"America/Cancun (GMT-05:00)", "tzCode":"America/Cancun", },
|
|
81
|
+
{ label:"America/Cayman (GMT-05:00)", "tzCode":"America/Cayman", },
|
|
82
|
+
{ label:"America/Detroit (GMT-05:00)", "tzCode":"America/Detroit", },
|
|
83
|
+
{ label:"America/Eirunepe (GMT-05:00)", "tzCode":"America/Eirunepe", },
|
|
84
|
+
{ label:"America/Grand_Turk (GMT-05:00)", "tzCode":"America/Grand_Turk", },
|
|
85
|
+
{ label:"America/Guayaquil (GMT-05:00)", "tzCode":"America/Guayaquil", },
|
|
86
|
+
{ label:"America/Havana (GMT-05:00)", "tzCode":"America/Havana", },
|
|
87
|
+
{ label:"America/Indiana/Indianapolis (GMT-05:00)", "tzCode":"America/Indiana/Indianapolis", },
|
|
88
|
+
{ label:"America/Indiana/Marengo (GMT-05:00)", "tzCode":"America/Indiana/Marengo", },
|
|
89
|
+
{ label:"America/Indiana/Petersburg (GMT-05:00)", "tzCode":"America/Indiana/Petersburg", },
|
|
90
|
+
{ label:"America/Indiana/Vevay (GMT-05:00)", "tzCode":"America/Indiana/Vevay", },
|
|
91
|
+
{ label:"America/Indiana/Vincennes (GMT-05:00)", "tzCode":"America/Indiana/Vincennes", },
|
|
92
|
+
{ label:"America/Indiana/Winamac (GMT-05:00)", "tzCode":"America/Indiana/Winamac", },
|
|
93
|
+
{ label:"America/Iqaluit (GMT-05:00)", "tzCode":"America/Iqaluit", },
|
|
94
|
+
{ label:"America/Jamaica (GMT-05:00)", "tzCode":"America/Jamaica", },
|
|
95
|
+
{ label:"America/Kentucky/Louisville (GMT-05:00)", "tzCode":"America/Kentucky/Louisville", },
|
|
96
|
+
{ label:"America/Kentucky/Monticello (GMT-05:00)", "tzCode":"America/Kentucky/Monticello", },
|
|
97
|
+
{ label:"America/Lima (GMT-05:00)", "tzCode":"America/Lima", },
|
|
98
|
+
{ label:"America/Nassau (GMT-05:00)", "tzCode":"America/Nassau", },
|
|
99
|
+
{ label:"America/New_York (GMT-05:00)", "tzCode":"America/New_York", },
|
|
100
|
+
{ label:"America/Nipigon (GMT-05:00)", "tzCode":"America/Nipigon", },
|
|
101
|
+
{ label:"America/Panama (GMT-05:00)", "tzCode":"America/Panama", },
|
|
102
|
+
{ label:"America/Pangnirtung (GMT-05:00)", "tzCode":"America/Pangnirtung", },
|
|
103
|
+
{ label:"America/Port-au-Prince (GMT-05:00)", "tzCode":"America/Port-au-Prince", },
|
|
104
|
+
{ label:"America/Rio_Branco (GMT-05:00)", "tzCode":"America/Rio_Branco", },
|
|
105
|
+
{ label:"America/Thunder_Bay (GMT-05:00)", "tzCode":"America/Thunder_Bay", },
|
|
106
|
+
{ label:"America/Toronto (GMT-05:00)", "tzCode":"America/Toronto", },
|
|
107
|
+
{ label:"America/AnguillaSandy Hill (GMT-04:00)", "tzCode":"America/AnguillaSandy Hill", },
|
|
108
|
+
{ label:"America/Antigua (GMT-04:00)", "tzCode":"America/Antigua", },
|
|
109
|
+
{ label:"America/Aruba (GMT-04:00)", "tzCode":"America/Aruba", },
|
|
110
|
+
{ label:"America/Asuncion (GMT-04:00)", "tzCode":"America/Asuncion", },
|
|
111
|
+
{ label:"America/Barbados (GMT-04:00)", "tzCode":"America/Barbados", },
|
|
112
|
+
{ label:"America/Blanc-Sablon (GMT-04:00)", "tzCode":"America/Blanc-Sablon", },
|
|
113
|
+
{ label:"America/Boa_Vista (GMT-04:00)", "tzCode":"America/Boa_Vista", },
|
|
114
|
+
{ label:"America/Campo_Grande (GMT-04:00)", "tzCode":"America/Campo_Grande", },
|
|
115
|
+
{ label:"America/Caracas (GMT-04:00)", "tzCode":"America/Caracas", },
|
|
116
|
+
{ label:"America/Cuiaba (GMT-04:00)", "tzCode":"America/Cuiaba", },
|
|
117
|
+
{ label:"America/Curacao (GMT-04:00)", "tzCode":"America/Curacao", },
|
|
118
|
+
{ label:"America/Dominica (GMT-04:00)", "tzCode":"America/Dominica", },
|
|
119
|
+
{ label:"America/Glace_Bay (GMT-04:00)", "tzCode":"America/Glace_Bay", },
|
|
120
|
+
{ label:"America/Goose_Bay (GMT-04:00)", "tzCode":"America/Goose_Bay", },
|
|
121
|
+
{ label:"America/Grenada (GMT-04:00)", "tzCode":"America/Grenada", },
|
|
122
|
+
{ label:"America/Guadeloupe (GMT-04:00)", "tzCode":"America/Guadeloupe", },
|
|
123
|
+
{ label:"America/Guyana (GMT-04:00)", "tzCode":"America/Guyana", },
|
|
124
|
+
{ label:"America/Halifax (GMT-04:00)", "tzCode":"America/Halifax", },
|
|
125
|
+
{ label:"America/Kralendijk (GMT-04:00)", "tzCode":"America/Kralendijk", },
|
|
126
|
+
{ label:"America/La_Paz (GMT-04:00)", "tzCode":"America/La_Paz", },
|
|
127
|
+
{ label:"America/Lower_Princes (GMT-04:00)", "tzCode":"America/Lower_Princes", },
|
|
128
|
+
{ label:"America/Manaus (GMT-04:00)", "tzCode":"America/Manaus", },
|
|
129
|
+
{ label:"America/Marigot (GMT-04:00)", "tzCode":"America/Marigot", },
|
|
130
|
+
{ label:"America/Martinique (GMT-04:00)", "tzCode":"America/Martinique", },
|
|
131
|
+
{ label:"America/Moncton (GMT-04:00)", "tzCode":"America/Moncton", },
|
|
132
|
+
{ label:"America/Montserrat (GMT-04:00)", "tzCode":"America/Montserrat", },
|
|
133
|
+
{ label:"America/Porto_Velho (GMT-04:00)", "tzCode":"America/Porto_Velho", },
|
|
134
|
+
{ label:"America/Port_of_Spain (GMT-04:00)", "tzCode":"America/Port_of_Spain", },
|
|
135
|
+
{ label:"America/Puerto_Rico (GMT-04:00)", "tzCode":"America/Puerto_Rico", },
|
|
136
|
+
{ label:"America/Santiago (GMT-04:00)", "tzCode":"America/Santiago", },
|
|
137
|
+
{ label:"America/Santo_Domingo (GMT-04:00)", "tzCode":"America/Santo_Domingo", },
|
|
138
|
+
{ label:"America/St_Barthelemy (GMT-04:00)", "tzCode":"America/St_Barthelemy", },
|
|
139
|
+
{ label:"America/St_Kitts (GMT-04:00)", "tzCode":"America/St_Kitts", },
|
|
140
|
+
{ label:"America/St_Lucia (GMT-04:00)", "tzCode":"America/St_Lucia", },
|
|
141
|
+
{ label:"America/St_Thomas (GMT-04:00)", "tzCode":"America/St_Thomas", },
|
|
142
|
+
{ label:"America/St_Vincent (GMT-04:00)", "tzCode":"America/St_Vincent", },
|
|
143
|
+
{ label:"America/Thule (GMT-04:00)", "tzCode":"America/Thule", },
|
|
144
|
+
{ label:"America/Tortola (GMT-04:00)", "tzCode":"America/Tortola", },
|
|
145
|
+
{ label:"Atlantic/Bermuda (GMT-04:00)", "tzCode":"Atlantic/Bermuda", },
|
|
146
|
+
{ label:"America/St_Johns (GMT-03:30)", "tzCode":"America/St_Johns", },
|
|
147
|
+
{ label:"America/Araguaina (GMT-03:00)", "tzCode":"America/Araguaina", },
|
|
148
|
+
{ label:"America/Argentina/Buenos_Aires (GMT-03:00)", "tzCode":"America/Argentina/Buenos_Aires", },
|
|
149
|
+
{ label:"America/Argentina/Catamarca (GMT-03:00)", "tzCode":"America/Argentina/Catamarca", },
|
|
150
|
+
{ label:"America/Argentina/Cordoba (GMT-03:00)", "tzCode":"America/Argentina/Cordoba", },
|
|
151
|
+
{ label:"America/Argentina/Jujuy (GMT-03:00)", "tzCode":"America/Argentina/Jujuy", },
|
|
152
|
+
{ label:"America/Argentina/La_Rioja (GMT-03:00)", "tzCode":"America/Argentina/La_Rioja", },
|
|
153
|
+
{ label:"America/Argentina/Mendoza (GMT-03:00)", "tzCode":"America/Argentina/Mendoza", },
|
|
154
|
+
{ label:"America/Argentina/Rio_Gallegos (GMT-03:00)", "tzCode":"America/Argentina/Rio_Gallegos", },
|
|
155
|
+
{ label:"America/Argentina/Salta (GMT-03:00)", "tzCode":"America/Argentina/Salta", },
|
|
156
|
+
{ label:"America/Argentina/San_Juan (GMT-03:00)", "tzCode":"America/Argentina/San_Juan", },
|
|
157
|
+
{ label:"America/Argentina/San_Luis (GMT-03:00)", "tzCode":"America/Argentina/San_Luis", },
|
|
158
|
+
{ label:"America/Argentina/Tucuman (GMT-03:00)", "tzCode":"America/Argentina/Tucuman", },
|
|
159
|
+
{ label:"America/Argentina/Ushuaia (GMT-03:00)", "tzCode":"America/Argentina/Ushuaia", },
|
|
160
|
+
{ label:"America/Bahia (GMT-03:00)", "tzCode":"America/Bahia", },
|
|
161
|
+
{ label:"America/Belem (GMT-03:00)", "tzCode":"America/Belem", },
|
|
162
|
+
{ label:"America/Cayenne (GMT-03:00)", "tzCode":"America/Cayenne", },
|
|
163
|
+
{ label:"America/Fortaleza (GMT-03:00)", "tzCode":"America/Fortaleza", },
|
|
164
|
+
{ label:"America/Godthab (GMT-03:00)", "tzCode":"America/Godthab", },
|
|
165
|
+
{ label:"America/Maceio (GMT-03:00)", "tzCode":"America/Maceio", },
|
|
166
|
+
{ label:"America/Miquelon (GMT-03:00)", "tzCode":"America/Miquelon", },
|
|
167
|
+
{ label:"America/Montevideo (GMT-03:00)", "tzCode":"America/Montevideo", },
|
|
168
|
+
{ label:"America/Paramaribo (GMT-03:00)", "tzCode":"America/Paramaribo", },
|
|
169
|
+
{ label:"America/Punta_Arenas (GMT-03:00)", "tzCode":"America/Punta_Arenas", },
|
|
170
|
+
{ label:"America/Recife (GMT-03:00)", "tzCode":"America/Recife", },
|
|
171
|
+
{ label:"America/Santarem (GMT-03:00)", "tzCode":"America/Santarem", },
|
|
172
|
+
{ label:"America/Sao_Paulo (GMT-03:00)", "tzCode":"America/Sao_Paulo", },
|
|
173
|
+
{ label:"Antarctica/Palmer (GMT-03:00)", "tzCode":"Antarctica/Palmer", },
|
|
174
|
+
{ label:"Antarctica/Rothera (GMT-03:00)", "tzCode":"Antarctica/Rothera", },
|
|
175
|
+
{ label:"Atlantic/Stanley (GMT-03:00)", "tzCode":"Atlantic/Stanley", },
|
|
176
|
+
{ label:"America/Noronha (GMT-02:00)", "tzCode":"America/Noronha", },
|
|
177
|
+
{ label:"Atlantic/South_Georgia (GMT-02:00)", "tzCode":"Atlantic/South_Georgia", },
|
|
178
|
+
{ label:"America/Scoresbysund (GMT-01:00)", "tzCode":"America/Scoresbysund", },
|
|
179
|
+
{ label:"Atlantic/Azores (GMT-01:00)", "tzCode":"Atlantic/Azores", },
|
|
180
|
+
{ label:"Atlantic/Cape_Verde (GMT-01:00)", "tzCode":"Atlantic/Cape_Verde", },
|
|
181
|
+
{ label:"Africa/Abidjan (GMT+00:00)", "tzCode":"Africa/Abidjan", },
|
|
182
|
+
{ label:"Africa/Accra (GMT+00:00)", "tzCode":"Africa/Accra", },
|
|
183
|
+
{ label:"Africa/Bamako (GMT+00:00)", "tzCode":"Africa/Bamako", },
|
|
184
|
+
{ label:"Africa/Banjul (GMT+00:00)", "tzCode":"Africa/Banjul", },
|
|
185
|
+
{ label:"Africa/Bissau (GMT+00:00)", "tzCode":"Africa/Bissau", },
|
|
186
|
+
{ label:"Africa/Casablanca (GMT+00:00)", "tzCode":"Africa/Casablanca", },
|
|
187
|
+
{ label:"Africa/Conakry (GMT+00:00)", "tzCode":"Africa/Conakry", },
|
|
188
|
+
{ label:"Africa/Dakar (GMT+00:00)", "tzCode":"Africa/Dakar", },
|
|
189
|
+
{ label:"Africa/El_Aaiun (GMT+00:00)", "tzCode":"Africa/El_Aaiun", },
|
|
190
|
+
{ label:"Africa/Freetown (GMT+00:00)", "tzCode":"Africa/Freetown", },
|
|
191
|
+
{ label:"Africa/Lome (GMT+00:00)", "tzCode":"Africa/Lome", },
|
|
192
|
+
{ label:"Africa/Monrovia (GMT+00:00)", "tzCode":"Africa/Monrovia", },
|
|
193
|
+
{ label:"Africa/Nouakchott (GMT+00:00)", "tzCode":"Africa/Nouakchott", },
|
|
194
|
+
{ label:"Africa/Ouagadougou (GMT+00:00)", "tzCode":"Africa/Ouagadougou", },
|
|
195
|
+
{ label:"Africa/Sao_Tome (GMT+00:00)", "tzCode":"Africa/Sao_Tome", },
|
|
196
|
+
{ label:"America/Danmarkshavn (GMT+00:00)", "tzCode":"America/Danmarkshavn", },
|
|
197
|
+
{ label:"Antarctica/Troll (GMT+00:00)", "tzCode":"Antarctica/Troll", },
|
|
198
|
+
{ label:"Atlantic/Canary (GMT+00:00)", "tzCode":"Atlantic/Canary", },
|
|
199
|
+
{ label:"Atlantic/Faroe (GMT+00:00)", "tzCode":"Atlantic/Faroe", },
|
|
200
|
+
{ label:"Atlantic/Madeira (GMT+00:00)", "tzCode":"Atlantic/Madeira", },
|
|
201
|
+
{ label:"Atlantic/Reykjavik (GMT+00:00)", "tzCode":"Atlantic/Reykjavik", },
|
|
202
|
+
{ label:"Atlantic/St_Helena (GMT+00:00)", "tzCode":"Atlantic/St_Helena", },
|
|
203
|
+
{ label:"Europe/Dublin (GMT+00:00)", "tzCode":"Europe/Dublin", },
|
|
204
|
+
{ label:"Europe/Guernsey (GMT+00:00)", "tzCode":"Europe/Guernsey", },
|
|
205
|
+
{ label:"Europe/Isle_of_Man (GMT+00:00)", "tzCode":"Europe/Isle_of_Man", },
|
|
206
|
+
{ label:"Europe/Jersey (GMT+00:00)", "tzCode":"Europe/Jersey", },
|
|
207
|
+
{ label:"Europe/Lisbon (GMT+00:00)", "tzCode":"Europe/Lisbon", },
|
|
208
|
+
{ label:"Europe/London (GMT+00:00)", "tzCode":"Europe/London", },
|
|
209
|
+
{ label:"Africa/Algiers (GMT+01:00)", "tzCode":"Africa/Algiers", },
|
|
210
|
+
{ label:"Africa/Bangui (GMT+01:00)", "tzCode":"Africa/Bangui", },
|
|
211
|
+
{ label:"Africa/Brazzaville (GMT+01:00)", "tzCode":"Africa/Brazzaville", },
|
|
212
|
+
{ label:"Africa/Ceuta (GMT+01:00)", "tzCode":"Africa/Ceuta", },
|
|
213
|
+
{ label:"Africa/Douala (GMT+01:00)", "tzCode":"Africa/Douala", },
|
|
214
|
+
{ label:"Africa/Kinshasa (GMT+01:00)", "tzCode":"Africa/Kinshasa", },
|
|
215
|
+
{ label:"Africa/Lagos (GMT+01:00)", "tzCode":"Africa/Lagos", },
|
|
216
|
+
{ label:"Africa/Libreville (GMT+01:00)", "tzCode":"Africa/Libreville", },
|
|
217
|
+
{ label:"Africa/Luanda (GMT+01:00)", "tzCode":"Africa/Luanda", },
|
|
218
|
+
{ label:"Africa/Malabo (GMT+01:00)", "tzCode":"Africa/Malabo", },
|
|
219
|
+
{ label:"Africa/Ndjamena (GMT+01:00)", "tzCode":"Africa/Ndjamena", },
|
|
220
|
+
{ label:"Africa/Niamey (GMT+01:00)", "tzCode":"Africa/Niamey", },
|
|
221
|
+
{ label:"Africa/Porto-Novo (GMT+01:00)", "tzCode":"Africa/Porto-Novo", },
|
|
222
|
+
{ label:"Africa/Tunis (GMT+01:00)", "tzCode":"Africa/Tunis", },
|
|
223
|
+
{ label:"Africa/Windhoek (GMT+01:00)", "tzCode":"Africa/Windhoek", },
|
|
224
|
+
{ label:"Arctic/Longyearbyen (GMT+01:00)", "tzCode":"Arctic/Longyearbyen", },
|
|
225
|
+
{ label:"Europe/Amsterdam (GMT+01:00)", "tzCode":"Europe/Amsterdam", },
|
|
226
|
+
{ label:"Europe/Andorra (GMT+01:00)", "tzCode":"Europe/Andorra", },
|
|
227
|
+
{ label:"Europe/Belgrade (GMT+01:00)", "tzCode":"Europe/Belgrade", },
|
|
228
|
+
{ label:"Europe/Berlin (GMT+01:00)", "tzCode":"Europe/Berlin", },
|
|
229
|
+
{ label:"Europe/Bratislava (GMT+01:00)", "tzCode":"Europe/Bratislava", },
|
|
230
|
+
{ label:"Europe/Brussels (GMT+01:00)", "tzCode":"Europe/Brussels", },
|
|
231
|
+
{ label:"Europe/Budapest (GMT+01:00)", "tzCode":"Europe/Budapest", },
|
|
232
|
+
{ label:"Europe/Copenhagen (GMT+01:00)", "tzCode":"Europe/Copenhagen", },
|
|
233
|
+
{ label:"Europe/Gibraltar (GMT+01:00)", "tzCode":"Europe/Gibraltar", },
|
|
234
|
+
{ label:"Europe/Ljubljana (GMT+01:00)", "tzCode":"Europe/Ljubljana", },
|
|
235
|
+
{ label:"Europe/Luxembourg (GMT+01:00)", "tzCode":"Europe/Luxembourg", },
|
|
236
|
+
{ label:"Europe/Madrid (GMT+01:00)", "tzCode":"Europe/Madrid", },
|
|
237
|
+
{ label:"Europe/Malta (GMT+01:00)", "tzCode":"Europe/Malta", },
|
|
238
|
+
{ label:"Europe/Monaco (GMT+01:00)", "tzCode":"Europe/Monaco", },
|
|
239
|
+
{ label:"Europe/Oslo (GMT+01:00)", "tzCode":"Europe/Oslo", },
|
|
240
|
+
{ label:"Europe/Paris (GMT+01:00)", "tzCode":"Europe/Paris", },
|
|
241
|
+
{ label:"Europe/Podgorica (GMT+01:00)", "tzCode":"Europe/Podgorica", },
|
|
242
|
+
{ label:"Europe/Prague (GMT+01:00)", "tzCode":"Europe/Prague", },
|
|
243
|
+
{ label:"Europe/Rome (GMT+01:00)", "tzCode":"Europe/Rome", },
|
|
244
|
+
{ label:"Europe/San_Marino (GMT+01:00)", "tzCode":"Europe/San_Marino", },
|
|
245
|
+
{ label:"Europe/Sarajevo (GMT+01:00)", "tzCode":"Europe/Sarajevo", },
|
|
246
|
+
{ label:"Europe/Skopje (GMT+01:00)", "tzCode":"Europe/Skopje", },
|
|
247
|
+
{ label:"Europe/Stockholm (GMT+01:00)", "tzCode":"Europe/Stockholm", },
|
|
248
|
+
{ label:"Europe/Tirane (GMT+01:00)", "tzCode":"Europe/Tirane", },
|
|
249
|
+
{ label:"Europe/Vaduz (GMT+01:00)", "tzCode":"Europe/Vaduz", },
|
|
250
|
+
{ label:"Europe/Vatican (GMT+01:00)", "tzCode":"Europe/Vatican", },
|
|
251
|
+
{ label:"Europe/Vienna (GMT+01:00)", "tzCode":"Europe/Vienna", },
|
|
252
|
+
{ label:"Europe/Warsaw (GMT+01:00)", "tzCode":"Europe/Warsaw", },
|
|
253
|
+
{ label:"Europe/Zagreb (GMT+01:00)", "tzCode":"Europe/Zagreb", },
|
|
254
|
+
{ label:"Europe/Zurich (GMT+01:00)", "tzCode":"Europe/Zurich", },
|
|
255
|
+
{ label:"Africa/Blantyre (GMT+02:00)", "tzCode":"Africa/Blantyre", },
|
|
256
|
+
{ label:"Africa/Bujumbura (GMT+02:00)", "tzCode":"Africa/Bujumbura", },
|
|
257
|
+
{ label:"Africa/Cairo (GMT+02:00)", "tzCode":"Africa/Cairo", },
|
|
258
|
+
{ label:"Africa/Gaborone (GMT+02:00)", "tzCode":"Africa/Gaborone", },
|
|
259
|
+
{ label:"Africa/Harare (GMT+02:00)", "tzCode":"Africa/Harare", },
|
|
260
|
+
{ label:"Africa/Johannesburg (GMT+02:00)", "tzCode":"Africa/Johannesburg", },
|
|
261
|
+
{ label:"Africa/Juba (GMT+02:00)", "tzCode":"Africa/Juba", },
|
|
262
|
+
{ label:"Africa/Khartoum (GMT+02:00)", "tzCode":"Africa/Khartoum", },
|
|
263
|
+
{ label:"Africa/Kigali (GMT+02:00)", "tzCode":"Africa/Kigali", },
|
|
264
|
+
{ label:"Africa/Lubumbashi (GMT+02:00)", "tzCode":"Africa/Lubumbashi", },
|
|
265
|
+
{ label:"Africa/Lusaka (GMT+02:00)", "tzCode":"Africa/Lusaka", },
|
|
266
|
+
{ label:"Africa/Maputo (GMT+02:00)", "tzCode":"Africa/Maputo", },
|
|
267
|
+
{ label:"Africa/Maseru (GMT+02:00)", "tzCode":"Africa/Maseru", },
|
|
268
|
+
{ label:"Africa/Mbabane (GMT+02:00)", "tzCode":"Africa/Mbabane", },
|
|
269
|
+
{ label:"Africa/Tripoli (GMT+02:00)", "tzCode":"Africa/Tripoli", },
|
|
270
|
+
{ label:"Asia/Amman (GMT+02:00)", "tzCode":"Asia/Amman", },
|
|
271
|
+
{ label:"Asia/Beirut (GMT+02:00)", "tzCode":"Asia/Beirut", },
|
|
272
|
+
{ label:"Asia/Damascus (GMT+02:00)", "tzCode":"Asia/Damascus", },
|
|
273
|
+
{ label:"Asia/Famagusta (GMT+02:00)", "tzCode":"Asia/Famagusta", },
|
|
274
|
+
{ label:"Asia/Gaza (GMT+02:00)", "tzCode":"Asia/Gaza", },
|
|
275
|
+
{ label:"Asia/Hebron (GMT+02:00)", "tzCode":"Asia/Hebron", },
|
|
276
|
+
{ label:"Asia/Jerusalem (GMT+02:00)", "tzCode":"Asia/Jerusalem", },
|
|
277
|
+
{ label:"Asia/Nicosia (GMT+02:00)", "tzCode":"Asia/Nicosia", },
|
|
278
|
+
{ label:"Europe/Athens (GMT+02:00)", "tzCode":"Europe/Athens", },
|
|
279
|
+
{ label:"Europe/Bucharest (GMT+02:00)", "tzCode":"Europe/Bucharest", },
|
|
280
|
+
{ label:"Europe/Chisinau (GMT+02:00)", "tzCode":"Europe/Chisinau", },
|
|
281
|
+
{ label:"Europe/Helsinki (GMT+02:00)", "tzCode":"Europe/Helsinki", },
|
|
282
|
+
{ label:"Europe/Kaliningrad (GMT+02:00)", "tzCode":"Europe/Kaliningrad", },
|
|
283
|
+
{ label:"Europe/Kyiv (GMT+02:00)", "tzCode":"Europe/Kyiv", },
|
|
284
|
+
{ label:"Europe/Mariehamn (GMT+02:00)", "tzCode":"Europe/Mariehamn", },
|
|
285
|
+
{ label:"Europe/Riga (GMT+02:00)", "tzCode":"Europe/Riga", },
|
|
286
|
+
{ label:"Europe/Sofia (GMT+02:00)", "tzCode":"Europe/Sofia", },
|
|
287
|
+
{ label:"Europe/Tallinn (GMT+02:00)", "tzCode":"Europe/Tallinn", },
|
|
288
|
+
{ label:"Europe/Uzhgorod (GMT+02:00)", "tzCode":"Europe/Uzhgorod", },
|
|
289
|
+
{ label:"Europe/Vilnius (GMT+02:00)", "tzCode":"Europe/Vilnius", },
|
|
290
|
+
{ label:"Europe/Zaporozhye (GMT+02:00)", "tzCode":"Europe/Zaporozhye", },
|
|
291
|
+
{ label:"Africa/Addis_Ababa (GMT+03:00)", "tzCode":"Africa/Addis_Ababa", },
|
|
292
|
+
{ label:"Africa/Asmara (GMT+03:00)", "tzCode":"Africa/Asmara", },
|
|
293
|
+
{ label:"Africa/Dar_es_Salaam (GMT+03:00)", "tzCode":"Africa/Dar_es_Salaam", },
|
|
294
|
+
{ label:"Africa/Djibouti (GMT+03:00)", "tzCode":"Africa/Djibouti", },
|
|
295
|
+
{ label:"Africa/Kampala (GMT+03:00)", "tzCode":"Africa/Kampala", },
|
|
296
|
+
{ label:"Africa/Mogadishu (GMT+03:00)", "tzCode":"Africa/Mogadishu", },
|
|
297
|
+
{ label:"Africa/Nairobi (GMT+03:00)", "tzCode":"Africa/Nairobi", },
|
|
298
|
+
{ label:"Antarctica/Syowa (GMT+03:00)", "tzCode":"Antarctica/Syowa", },
|
|
299
|
+
{ label:"Asia/Aden (GMT+03:00)", "tzCode":"Asia/Aden", },
|
|
300
|
+
{ label:"Asia/Baghdad (GMT+03:00)", "tzCode":"Asia/Baghdad", },
|
|
301
|
+
{ label:"Asia/Bahrain (GMT+03:00)", "tzCode":"Asia/Bahrain", },
|
|
302
|
+
{ label:"Asia/Kuwait (GMT+03:00)", "tzCode":"Asia/Kuwait", },
|
|
303
|
+
{ label:"Asia/Qatar (GMT+03:00)", "tzCode":"Asia/Qatar", },
|
|
304
|
+
{ label:"Asia/Riyadh (GMT+03:00)", "tzCode":"Asia/Riyadh", },
|
|
305
|
+
{ label:"Europe/Istanbul (GMT+03:00)", "tzCode":"Europe/Istanbul", },
|
|
306
|
+
{ label:"Europe/Kirov (GMT+03:00)", "tzCode":"Europe/Kirov", },
|
|
307
|
+
{ label:"Europe/Minsk (GMT+03:00)", "tzCode":"Europe/Minsk", },
|
|
308
|
+
{ label:"Europe/Moscow (GMT+03:00)", "tzCode":"Europe/Moscow", },
|
|
309
|
+
{ label:"Europe/Simferopol (GMT+03:00)", "tzCode":"Europe/Simferopol", },
|
|
310
|
+
{ label:"Europe/Volgograd (GMT+03:00)", "tzCode":"Europe/Volgograd", },
|
|
311
|
+
{ label:"Indian/Antananarivo (GMT+03:00)", "tzCode":"Indian/Antananarivo", },
|
|
312
|
+
{ label:"Indian/Comoro (GMT+03:00)", "tzCode":"Indian/Comoro", },
|
|
313
|
+
{ label:"Indian/Mayotte (GMT+03:00)", "tzCode":"Indian/Mayotte", },
|
|
314
|
+
{ label:"Asia/Tehran (GMT+03:30)", "tzCode":"Asia/Tehran", },
|
|
315
|
+
{ label:"Asia/Baku (GMT+04:00)", "tzCode":"Asia/Baku", },
|
|
316
|
+
{ label:"Asia/Dubai (GMT+04:00)", "tzCode":"Asia/Dubai", },
|
|
317
|
+
{ label:"Asia/Muscat (GMT+04:00)", "tzCode":"Asia/Muscat", },
|
|
318
|
+
{ label:"Asia/Tbilisi (GMT+04:00)", "tzCode":"Asia/Tbilisi", },
|
|
319
|
+
{ label:"Asia/Yerevan (GMT+04:00)", "tzCode":"Asia/Yerevan", },
|
|
320
|
+
{ label:"Europe/Astrakhan (GMT+04:00)", "tzCode":"Europe/Astrakhan", },
|
|
321
|
+
{ label:"Europe/Samara (GMT+04:00)", "tzCode":"Europe/Samara", },
|
|
322
|
+
{ label:"Europe/Saratov (GMT+04:00)", "tzCode":"Europe/Saratov", },
|
|
323
|
+
{ label:"Europe/Ulyanovsk (GMT+04:00)", "tzCode":"Europe/Ulyanovsk", },
|
|
324
|
+
{ label:"Indian/Mahe (GMT+04:00)", "tzCode":"Indian/Mahe", },
|
|
325
|
+
{ label:"Indian/Mauritius (GMT+04:00)", "tzCode":"Indian/Mauritius", },
|
|
326
|
+
{ label:"Indian/Reunion (GMT+04:00)", "tzCode":"Indian/Reunion", },
|
|
327
|
+
{ label:"Asia/Kabul (GMT+04:30)", "tzCode":"Asia/Kabul", },
|
|
328
|
+
{ label:"Antarctica/Mawson (GMT+05:00)", "tzCode":"Antarctica/Mawson", },
|
|
329
|
+
{ label:"Asia/Aqtau (GMT+05:00)", "tzCode":"Asia/Aqtau", },
|
|
330
|
+
{ label:"Asia/Aqtobe (GMT+05:00)", "tzCode":"Asia/Aqtobe", },
|
|
331
|
+
{ label:"Asia/Ashgabat (GMT+05:00)", "tzCode":"Asia/Ashgabat", },
|
|
332
|
+
{ label:"Asia/Atyrau (GMT+05:00)", "tzCode":"Asia/Atyrau", },
|
|
333
|
+
{ label:"Asia/Dushanbe (GMT+05:00)", "tzCode":"Asia/Dushanbe", },
|
|
334
|
+
{ label:"Asia/Karachi (GMT+05:00)", "tzCode":"Asia/Karachi", },
|
|
335
|
+
{ label:"Asia/Oral (GMT+05:00)", "tzCode":"Asia/Oral", },
|
|
336
|
+
{ label:"Asia/Qyzylorda (GMT+05:00)", "tzCode":"Asia/Qyzylorda", },
|
|
337
|
+
{ label:"Asia/Samarkand (GMT+05:00)", "tzCode":"Asia/Samarkand", },
|
|
338
|
+
{ label:"Asia/Tashkent (GMT+05:00)", "tzCode":"Asia/Tashkent", },
|
|
339
|
+
{ label:"Asia/Yekaterinburg (GMT+05:00)", "tzCode":"Asia/Yekaterinburg", },
|
|
340
|
+
{ label:"Indian/Kerguelen (GMT+05:00)", "tzCode":"Indian/Kerguelen", },
|
|
341
|
+
{ label:"Indian/Maldives (GMT+05:00)", "tzCode":"Indian/Maldives", },
|
|
342
|
+
{ label:"Asia/Colombo (GMT+05:30)", "tzCode":"Asia/Colombo", },
|
|
343
|
+
{ label:"Asia/Kolkata (GMT+05:30)", "tzCode":"Asia/Kolkata", },
|
|
344
|
+
{ label:"Asia/Kathmandu (GMT+05:45)", "tzCode":"Asia/Kathmandu", },
|
|
345
|
+
{ label:"Antarctica/Vostok (GMT+06:00)", "tzCode":"Antarctica/Vostok", },
|
|
346
|
+
{ label:"Asia/Almaty (GMT+06:00)", "tzCode":"Asia/Almaty", },
|
|
347
|
+
{ label:"Asia/Bishkek (GMT+06:00)", "tzCode":"Asia/Bishkek", },
|
|
348
|
+
{ label:"Asia/Dhaka (GMT+06:00)", "tzCode":"Asia/Dhaka", },
|
|
349
|
+
{ label:"Asia/Omsk (GMT+06:00)", "tzCode":"Asia/Omsk", },
|
|
350
|
+
{ label:"Asia/Qostanay (GMT+06:00)", "tzCode":"Asia/Qostanay", },
|
|
351
|
+
{ label:"Asia/Thimphu (GMT+06:00)", "tzCode":"Asia/Thimphu", },
|
|
352
|
+
{ label:"Asia/Urumqi (GMT+06:00)", "tzCode":"Asia/Urumqi", },
|
|
353
|
+
{ label:"Indian/Chagos (GMT+06:00)", "tzCode":"Indian/Chagos", },
|
|
354
|
+
{ label:"Asia/Yangon (GMT+06:30)", "tzCode":"Asia/Yangon", },
|
|
355
|
+
{ label:"Indian/Cocos (GMT+06:30)", "tzCode":"Indian/Cocos", },
|
|
356
|
+
{ label:"Antarctica/Davis (GMT+07:00)", "tzCode":"Antarctica/Davis", },
|
|
357
|
+
{ label:"Asia/Bangkok (GMT+07:00)", "tzCode":"Asia/Bangkok", },
|
|
358
|
+
{ label:"Asia/Barnaul (GMT+07:00)", "tzCode":"Asia/Barnaul", },
|
|
359
|
+
{ label:"Asia/Hovd (GMT+07:00)", "tzCode":"Asia/Hovd", },
|
|
360
|
+
{ label:"Asia/Ho_Chi_Minh (GMT+07:00)", "tzCode":"Asia/Ho_Chi_Minh", },
|
|
361
|
+
{ label:"Asia/Jakarta (GMT+07:00)", "tzCode":"Asia/Jakarta", },
|
|
362
|
+
{ label:"Asia/Krasnoyarsk (GMT+07:00)", "tzCode":"Asia/Krasnoyarsk", },
|
|
363
|
+
{ label:"Asia/Novokuznetsk (GMT+07:00)", "tzCode":"Asia/Novokuznetsk", },
|
|
364
|
+
{ label:"Asia/Novosibirsk (GMT+07:00)", "tzCode":"Asia/Novosibirsk", },
|
|
365
|
+
{ label:"Asia/Phnom_Penh (GMT+07:00)", "tzCode":"Asia/Phnom_Penh", },
|
|
366
|
+
{ label:"Asia/Pontianak (GMT+07:00)", "tzCode":"Asia/Pontianak", },
|
|
367
|
+
{ label:"Asia/Tomsk (GMT+07:00)", "tzCode":"Asia/Tomsk", },
|
|
368
|
+
{ label:"Asia/Vientiane (GMT+07:00)", "tzCode":"Asia/Vientiane", },
|
|
369
|
+
{ label:"Indian/Christmas (GMT+07:00)", "tzCode":"Indian/Christmas", },
|
|
370
|
+
{ label:"Asia/Brunei (GMT+08:00)", "tzCode":"Asia/Brunei", },
|
|
371
|
+
{ label:"Asia/Choibalsan (GMT+08:00)", "tzCode":"Asia/Choibalsan", },
|
|
372
|
+
{ label:"Asia/Hong_Kong (GMT+08:00)", "tzCode":"Asia/Hong_Kong", },
|
|
373
|
+
{ label:"Asia/Irkutsk (GMT+08:00)", "tzCode":"Asia/Irkutsk", },
|
|
374
|
+
{ label:"Asia/Kuala_Lumpur (GMT+08:00)", "tzCode":"Asia/Kuala_Lumpur", },
|
|
375
|
+
{ label:"Asia/Kuching (GMT+08:00)", "tzCode":"Asia/Kuching", },
|
|
376
|
+
{ label:"Asia/Macau (GMT+08:00)", "tzCode":"Asia/Macau", },
|
|
377
|
+
{ label:"Asia/Makassar (GMT+08:00)", "tzCode":"Asia/Makassar", },
|
|
378
|
+
{ label:"Asia/Manila (GMT+08:00)", "tzCode":"Asia/Manila", },
|
|
379
|
+
{ label:"Asia/Shanghai (GMT+08:00)", "tzCode":"Asia/Shanghai", },
|
|
380
|
+
{ label:"Asia/Singapore (GMT+08:00)", "tzCode":"Asia/Singapore", },
|
|
381
|
+
{ label:"Asia/Taipei (GMT+08:00)", "tzCode":"Asia/Taipei", },
|
|
382
|
+
{ label:"Asia/Ulaanbaatar (GMT+08:00)", "tzCode":"Asia/Ulaanbaatar", },
|
|
383
|
+
{ label:"Australia/Perth (GMT+08:00)", "tzCode":"Australia/Perth", },
|
|
384
|
+
{ label:"Australia/Eucla (GMT+08:45)", "tzCode":"Australia/Eucla", },
|
|
385
|
+
{ label:"Asia/Chita (GMT+09:00)", "tzCode":"Asia/Chita", },
|
|
386
|
+
{ label:"Asia/Dili (GMT+09:00)", "tzCode":"Asia/Dili", },
|
|
387
|
+
{ label:"Asia/Jayapura (GMT+09:00)", "tzCode":"Asia/Jayapura", },
|
|
388
|
+
{ label:"Asia/Khandyga (GMT+09:00)", "tzCode":"Asia/Khandyga", },
|
|
389
|
+
{ label:"Asia/Pyongyang (GMT+09:00)", "tzCode":"Asia/Pyongyang", },
|
|
390
|
+
{ label:"Asia/Seoul (GMT+09:00)", "tzCode":"Asia/Seoul", },
|
|
391
|
+
{ label:"Asia/Tokyo (GMT+09:00)", "tzCode":"Asia/Tokyo", },
|
|
392
|
+
{ label:"Asia/Yakutsk (GMT+09:00)", "tzCode":"Asia/Yakutsk", },
|
|
393
|
+
{ label:"Pacific/Palau (GMT+09:00)", "tzCode":"Pacific/Palau", },
|
|
394
|
+
{ label:"Australia/Adelaide (GMT+09:30)", "tzCode":"Australia/Adelaide", },
|
|
395
|
+
{ label:"Australia/Broken_Hill (GMT+09:30)", "tzCode":"Australia/Broken_Hill", },
|
|
396
|
+
{ label:"Australia/Darwin (GMT+09:30)", "tzCode":"Australia/Darwin", },
|
|
397
|
+
{ label:"Antarctica/DumontDUrville (GMT+10:00)", "tzCode":"Antarctica/DumontDUrville", },
|
|
398
|
+
{ label:"Antarctica/Macquarie (GMT+10:00)", "tzCode":"Antarctica/Macquarie", },
|
|
399
|
+
{ label:"Asia/Ust-Nera (GMT+10:00)", "tzCode":"Asia/Ust-Nera", },
|
|
400
|
+
{ label:"Asia/Vladivostok (GMT+10:00)", "tzCode":"Asia/Vladivostok", },
|
|
401
|
+
{ label:"Australia/Brisbane (GMT+10:00)", "tzCode":"Australia/Brisbane", },
|
|
402
|
+
{ label:"Australia/Currie (GMT+10:00)", "tzCode":"Australia/Currie", },
|
|
403
|
+
{ label:"Australia/Hobart (GMT+10:00)", "tzCode":"Australia/Hobart", },
|
|
404
|
+
{ label:"Australia/Lindeman (GMT+10:00)", "tzCode":"Australia/Lindeman", },
|
|
405
|
+
{ label:"Australia/Melbourne (GMT+10:00)", "tzCode":"Australia/Melbourne", },
|
|
406
|
+
{ label:"Australia/Sydney (GMT+10:00)", "tzCode":"Australia/Sydney", },
|
|
407
|
+
{ label:"Pacific/Chuuk (GMT+10:00)", "tzCode":"Pacific/Chuuk", },
|
|
408
|
+
{ label:"Pacific/GuamVillage (GMT+10:00)", "tzCode":"Pacific/GuamVillage", },
|
|
409
|
+
{ label:"Pacific/Port_Moresby (GMT+10:00)", "tzCode":"Pacific/Port_Moresby", },
|
|
410
|
+
{ label:"Pacific/Saipan (GMT+10:00)", "tzCode":"Pacific/Saipan", },
|
|
411
|
+
{ label:"Australia/Lord_Howe (GMT+10:30)", "tzCode":"Australia/Lord_Howe", },
|
|
412
|
+
{ label:"Antarctica/Casey (GMT+11:00)", "tzCode":"Antarctica/Casey", },
|
|
413
|
+
{ label:"Asia/Magadan (GMT+11:00)", "tzCode":"Asia/Magadan", },
|
|
414
|
+
{ label:"Asia/Sakhalin (GMT+11:00)", "tzCode":"Asia/Sakhalin", },
|
|
415
|
+
{ label:"Asia/Srednekolymsk (GMT+11:00)", "tzCode":"Asia/Srednekolymsk", },
|
|
416
|
+
{ label:"Pacific/Bougainville (GMT+11:00)", "tzCode":"Pacific/Bougainville", },
|
|
417
|
+
{ label:"Pacific/Efate (GMT+11:00)", "tzCode":"Pacific/Efate", },
|
|
418
|
+
{ label:"Pacific/Guadalcanal (GMT+11:00)", "tzCode":"Pacific/Guadalcanal", },
|
|
419
|
+
{ label:"Pacific/Kosrae (GMT+11:00)", "tzCode":"Pacific/Kosrae", },
|
|
420
|
+
{ label:"Pacific/Norfolk (GMT+11:00)", "tzCode":"Pacific/Norfolk", },
|
|
421
|
+
{ label:"Pacific/Noumea (GMT+11:00)", "tzCode":"Pacific/Noumea", },
|
|
422
|
+
{ label:"Pacific/Pohnpei (GMT+11:00)", "tzCode":"Pacific/Pohnpei", },
|
|
423
|
+
{ label:"Antarctica/McMurdo (GMT+12:00)", "tzCode":"Antarctica/McMurdo", },
|
|
424
|
+
{ label:"Asia/Anadyr (GMT+12:00)", "tzCode":"Asia/Anadyr", },
|
|
425
|
+
{ label:"Asia/Kamchatka (GMT+12:00)", "tzCode":"Asia/Kamchatka", },
|
|
426
|
+
{ label:"Pacific/Auckland (GMT+12:00)", "tzCode":"Pacific/Auckland", },
|
|
427
|
+
{ label:"Pacific/Fiji (GMT+12:00)", "tzCode":"Pacific/Fiji", },
|
|
428
|
+
{ label:"Pacific/Funafuti (GMT+12:00)", "tzCode":"Pacific/Funafuti", },
|
|
429
|
+
{ label:"Pacific/Kwajalein (GMT+12:00)", "tzCode":"Pacific/Kwajalein", },
|
|
430
|
+
{ label:"Pacific/Majuro (GMT+12:00)", "tzCode":"Pacific/Majuro", },
|
|
431
|
+
{ label:"Pacific/Nauru (GMT+12:00)", "tzCode":"Pacific/Nauru", },
|
|
432
|
+
{ label:"Pacific/Tarawa (GMT+12:00)", "tzCode":"Pacific/Tarawa", },
|
|
433
|
+
{ label:"Pacific/Wake (GMT+12:00)", "tzCode":"Pacific/Wake", },
|
|
434
|
+
{ label:"Pacific/Wallis (GMT+12:00)", "tzCode":"Pacific/Wallis", },
|
|
435
|
+
{ label:"Pacific/Chatham (GMT+12:45)", "tzCode":"Pacific/Chatham", },
|
|
436
|
+
{ label:"Pacific/Apia (GMT+13:00)", "tzCode":"Pacific/Apia", },
|
|
437
|
+
{ label:"Pacific/Enderbury (GMT+13:00)", "tzCode":"Pacific/Enderbury", },
|
|
438
|
+
{ label:"Pacific/Fakaofo (GMT+13:00)", "tzCode":"Pacific/Fakaofo", },
|
|
439
|
+
{ label:"Pacific/Tongatapu (GMT+13:00)", "tzCode":"Pacific/Tongatapu", },
|
|
440
|
+
{ label:"Pacific/Kiritimati (GMT+14:00)", "tzCode":"Pacific/Kiritimati", }
|
|
441
441
|
]
|
|
442
442
|
|
|
443
443
|
export default {
|
|
@@ -470,8 +470,6 @@ export default {
|
|
|
470
470
|
map.set(tz.label, tz);
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
const tzs = tzs.map((tz) => tz.label);
|
|
474
|
-
|
|
475
473
|
return {
|
|
476
474
|
map,
|
|
477
475
|
internal: this.modelValue,
|