@homebridge-eufy-security/eufy-security-client 3.7.2-dev.0

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.
Files changed (129) hide show
  1. package/.prettierignore/342/200/216 +8 -0
  2. package/.prettierrc +11 -0
  3. package/LICENSE +21 -0
  4. package/README.md +970 -0
  5. package/build/error.d.ts +138 -0
  6. package/build/error.js +190 -0
  7. package/build/error.js.map +1 -0
  8. package/build/eufysecurity.d.ts +180 -0
  9. package/build/eufysecurity.js +3148 -0
  10. package/build/eufysecurity.js.map +1 -0
  11. package/build/http/api.d.ts +119 -0
  12. package/build/http/api.js +1877 -0
  13. package/build/http/api.js.map +1 -0
  14. package/build/http/cache.d.ts +8 -0
  15. package/build/http/cache.js +34 -0
  16. package/build/http/cache.js.map +1 -0
  17. package/build/http/const.d.ts +8 -0
  18. package/build/http/const.js +3054 -0
  19. package/build/http/const.js.map +1 -0
  20. package/build/http/device.d.ts +490 -0
  21. package/build/http/device.js +5256 -0
  22. package/build/http/device.js.map +1 -0
  23. package/build/http/error.d.ts +73 -0
  24. package/build/http/error.js +101 -0
  25. package/build/http/error.js.map +1 -0
  26. package/build/http/index.d.ts +10 -0
  27. package/build/http/index.js +30 -0
  28. package/build/http/index.js.map +1 -0
  29. package/build/http/interfaces.d.ts +248 -0
  30. package/build/http/interfaces.js +3 -0
  31. package/build/http/interfaces.js.map +1 -0
  32. package/build/http/models.d.ts +608 -0
  33. package/build/http/models.js +3 -0
  34. package/build/http/models.js.map +1 -0
  35. package/build/http/parameter.d.ts +7 -0
  36. package/build/http/parameter.js +119 -0
  37. package/build/http/parameter.js.map +1 -0
  38. package/build/http/station.d.ts +382 -0
  39. package/build/http/station.js +15735 -0
  40. package/build/http/station.js.map +1 -0
  41. package/build/http/types.d.ts +1358 -0
  42. package/build/http/types.js +10333 -0
  43. package/build/http/types.js.map +1 -0
  44. package/build/http/utils.d.ts +89 -0
  45. package/build/http/utils.js +916 -0
  46. package/build/http/utils.js.map +1 -0
  47. package/build/index.d.ts +8 -0
  48. package/build/index.js +29 -0
  49. package/build/index.js.map +1 -0
  50. package/build/interfaces.d.ts +147 -0
  51. package/build/interfaces.js +7 -0
  52. package/build/interfaces.js.map +1 -0
  53. package/build/logging.d.ts +36 -0
  54. package/build/logging.js +119 -0
  55. package/build/logging.js.map +1 -0
  56. package/build/mqtt/interface.d.ts +6 -0
  57. package/build/mqtt/interface.js +3 -0
  58. package/build/mqtt/interface.js.map +1 -0
  59. package/build/mqtt/model.d.ts +24 -0
  60. package/build/mqtt/model.js +3 -0
  61. package/build/mqtt/model.js.map +1 -0
  62. package/build/mqtt/mqtt-eufy.crt +79 -0
  63. package/build/mqtt/proto/lock.proto +33 -0
  64. package/build/mqtt/service.d.ts +28 -0
  65. package/build/mqtt/service.js +196 -0
  66. package/build/mqtt/service.js.map +1 -0
  67. package/build/p2p/ble.d.ts +59 -0
  68. package/build/p2p/ble.js +281 -0
  69. package/build/p2p/ble.js.map +1 -0
  70. package/build/p2p/error.d.ts +49 -0
  71. package/build/p2p/error.js +69 -0
  72. package/build/p2p/error.js.map +1 -0
  73. package/build/p2p/index.d.ts +8 -0
  74. package/build/p2p/index.js +28 -0
  75. package/build/p2p/index.js.map +1 -0
  76. package/build/p2p/interfaces.d.ts +423 -0
  77. package/build/p2p/interfaces.js +3 -0
  78. package/build/p2p/interfaces.js.map +1 -0
  79. package/build/p2p/models.d.ts +295 -0
  80. package/build/p2p/models.js +3 -0
  81. package/build/p2p/models.js.map +1 -0
  82. package/build/p2p/session.d.ts +186 -0
  83. package/build/p2p/session.js +3737 -0
  84. package/build/p2p/session.js.map +1 -0
  85. package/build/p2p/talkback.d.ts +8 -0
  86. package/build/p2p/talkback.js +23 -0
  87. package/build/p2p/talkback.js.map +1 -0
  88. package/build/p2p/types.d.ts +1164 -0
  89. package/build/p2p/types.js +1219 -0
  90. package/build/p2p/types.js.map +1 -0
  91. package/build/p2p/utils.d.ts +72 -0
  92. package/build/p2p/utils.js +865 -0
  93. package/build/p2p/utils.js.map +1 -0
  94. package/build/push/client.d.ts +49 -0
  95. package/build/push/client.js +344 -0
  96. package/build/push/client.js.map +1 -0
  97. package/build/push/error.d.ts +73 -0
  98. package/build/push/error.js +101 -0
  99. package/build/push/error.js.map +1 -0
  100. package/build/push/index.d.ts +6 -0
  101. package/build/push/index.js +26 -0
  102. package/build/push/index.js.map +1 -0
  103. package/build/push/interfaces.d.ts +19 -0
  104. package/build/push/interfaces.js +3 -0
  105. package/build/push/interfaces.js.map +1 -0
  106. package/build/push/models.d.ts +328 -0
  107. package/build/push/models.js +38 -0
  108. package/build/push/models.js.map +1 -0
  109. package/build/push/parser.d.ts +25 -0
  110. package/build/push/parser.js +231 -0
  111. package/build/push/parser.js.map +1 -0
  112. package/build/push/proto/checkin.proto +266 -0
  113. package/build/push/proto/mcs.proto +328 -0
  114. package/build/push/service.d.ts +46 -0
  115. package/build/push/service.js +965 -0
  116. package/build/push/service.js.map +1 -0
  117. package/build/push/types.d.ts +220 -0
  118. package/build/push/types.js +244 -0
  119. package/build/push/types.js.map +1 -0
  120. package/build/push/utils.d.ts +7 -0
  121. package/build/push/utils.js +116 -0
  122. package/build/push/utils.js.map +1 -0
  123. package/build/utils.d.ts +115 -0
  124. package/build/utils.js +438 -0
  125. package/build/utils.js.map +1 -0
  126. package/eslint.config.mts +68 -0
  127. package/jest.config.js +14 -0
  128. package/package.json +85 -0
  129. package/scripts/cut_release.sh +31 -0
@@ -0,0 +1,3054 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.timeZoneData = exports.PhoneModelStructure = exports.PATH_MMC_VIDEO = exports.PATH_DATA_VIDEO = exports.PATH_MMC_CAMERA = exports.PATH_DATA_CAMERA = void 0;
4
+ exports.PATH_DATA_CAMERA = "/mnt/data/Camera";
5
+ exports.PATH_MMC_CAMERA = "/media/mmcblk0p1/Camera";
6
+ exports.PATH_DATA_VIDEO = "/mnt/data/video";
7
+ exports.PATH_MMC_VIDEO = "/media/mmcblk0p1/video";
8
+ exports.PhoneModelStructure = {
9
+ Alba: {
10
+ first: ["Smartphone", "TABLET", "Phone", ""],
11
+ second: ["4.0", "5", "6", "7", "8", "10", "X", "Pro"],
12
+ },
13
+ Archos: {
14
+ first: ["50b", "55", "59", "60", "70", "70b", "79"],
15
+ second: ["Xenon", "neon", "Carbon", "Helium", "Platinum"],
16
+ },
17
+ "GT-S": {
18
+ numbers: 4,
19
+ letters: ["M", "I", ""],
20
+ },
21
+ IdeaTab: {
22
+ first: ["S200", "A2100", "K222"],
23
+ second: ["-H", "-F", "-T"],
24
+ },
25
+ Lenovo: {
26
+ first: ["A2500", "A300", "A218t", "a269"],
27
+ second: [""],
28
+ },
29
+ "SCH-R": {
30
+ numbers: 3,
31
+ letters: [""],
32
+ },
33
+ };
34
+ exports.timeZoneData = [
35
+ {
36
+ timeZoneName: "Abidjan",
37
+ timeId: "Africa/Abidjan",
38
+ timeSn: "1000",
39
+ timeZoneGMT: "GMT0",
40
+ },
41
+ {
42
+ timeZoneName: "Accra",
43
+ timeId: "Africa/Accra",
44
+ timeSn: "1001",
45
+ timeZoneGMT: "GMT0",
46
+ },
47
+ {
48
+ timeZoneName: "Addis Ababa",
49
+ timeId: "Africa/Addis_Ababa",
50
+ timeSn: "1002",
51
+ timeZoneGMT: "EAT-3",
52
+ },
53
+ {
54
+ timeZoneName: "Algiers",
55
+ timeId: "Africa/Algiers",
56
+ timeSn: "1003",
57
+ timeZoneGMT: "CET-1",
58
+ },
59
+ {
60
+ timeZoneName: "Asmara",
61
+ timeId: "Africa/Asmara",
62
+ timeSn: "1004",
63
+ timeZoneGMT: "EAT-3",
64
+ },
65
+ {
66
+ timeZoneName: "Bamako",
67
+ timeId: "Africa/Bamako",
68
+ timeSn: "1005",
69
+ timeZoneGMT: "GMT0",
70
+ },
71
+ {
72
+ timeZoneName: "Bangui",
73
+ timeId: "Africa/Bangui",
74
+ timeSn: "1006",
75
+ timeZoneGMT: "WAT-1",
76
+ },
77
+ {
78
+ timeZoneName: "Banjul",
79
+ timeId: "Africa/Banjul",
80
+ timeSn: "1007",
81
+ timeZoneGMT: "GMT0",
82
+ },
83
+ {
84
+ timeZoneName: "Bissau",
85
+ timeId: "Africa/Bissau",
86
+ timeSn: "1008",
87
+ timeZoneGMT: "GMT0",
88
+ },
89
+ {
90
+ timeZoneName: "Blantyre",
91
+ timeId: "Africa/Blantyre",
92
+ timeSn: "1009",
93
+ timeZoneGMT: "CAT-2",
94
+ },
95
+ {
96
+ timeZoneName: "Brazzaville",
97
+ timeId: "Africa/Brazzaville",
98
+ timeSn: "1010",
99
+ timeZoneGMT: "WAT-1",
100
+ },
101
+ {
102
+ timeZoneName: "Bujumbura",
103
+ timeId: "Africa/Bujumbura",
104
+ timeSn: "1011",
105
+ timeZoneGMT: "CAT-2",
106
+ },
107
+ {
108
+ timeZoneName: "Cairo",
109
+ timeId: "Africa/Cairo",
110
+ timeSn: "1012",
111
+ timeZoneGMT: "EET-2",
112
+ },
113
+ {
114
+ timeZoneName: "Casablanca",
115
+ timeId: "Africa/Casablanca",
116
+ timeSn: "1013",
117
+ timeZoneGMT: "\u003c+01\u003e-1",
118
+ },
119
+ {
120
+ timeZoneName: "Ceuta",
121
+ timeId: "Africa/Ceuta",
122
+ timeSn: "1014",
123
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
124
+ },
125
+ {
126
+ timeZoneName: "Conakry",
127
+ timeId: "Africa/Conakry",
128
+ timeSn: "1015",
129
+ timeZoneGMT: "GMT0",
130
+ },
131
+ {
132
+ timeZoneName: "Dakar",
133
+ timeId: "Africa/Dakar",
134
+ timeSn: "1016",
135
+ timeZoneGMT: "GMT0",
136
+ },
137
+ {
138
+ timeZoneName: "Dar es Salaam",
139
+ timeId: "Africa/Dar_es_Salaam",
140
+ timeSn: "1017",
141
+ timeZoneGMT: "EAT-3",
142
+ },
143
+ {
144
+ timeZoneName: "Djibouti",
145
+ timeId: "Africa/Djibouti",
146
+ timeSn: "1018",
147
+ timeZoneGMT: "EAT-3",
148
+ },
149
+ {
150
+ timeZoneName: "Douala",
151
+ timeId: "Africa/Douala",
152
+ timeSn: "1019",
153
+ timeZoneGMT: "WAT-1",
154
+ },
155
+ {
156
+ timeZoneName: "El Aaiun",
157
+ timeId: "Africa/El_Aaiun",
158
+ timeSn: "1020",
159
+ timeZoneGMT: "\u003c+01\u003e-1",
160
+ },
161
+ {
162
+ timeZoneName: "Freetown",
163
+ timeId: "Africa/Freetown",
164
+ timeSn: "1021",
165
+ timeZoneGMT: "GMT0",
166
+ },
167
+ {
168
+ timeZoneName: "Gaborone",
169
+ timeId: "Africa/Gaborone",
170
+ timeSn: "1022",
171
+ timeZoneGMT: "CAT-2",
172
+ },
173
+ {
174
+ timeZoneName: "Harare",
175
+ timeId: "Africa/Harare",
176
+ timeSn: "1023",
177
+ timeZoneGMT: "CAT-2",
178
+ },
179
+ {
180
+ timeZoneName: "Johannesburg",
181
+ timeId: "Africa/Johannesburg",
182
+ timeSn: "1024",
183
+ timeZoneGMT: "SAST-2",
184
+ },
185
+ {
186
+ timeZoneName: "Juba",
187
+ timeId: "Africa/Juba",
188
+ timeSn: "1025",
189
+ timeZoneGMT: "EAT-3",
190
+ },
191
+ {
192
+ timeZoneName: "Kampala",
193
+ timeId: "Africa/Kampala",
194
+ timeSn: "1026",
195
+ timeZoneGMT: "EAT-3",
196
+ },
197
+ {
198
+ timeZoneName: "Khartoum",
199
+ timeId: "Africa/Khartoum",
200
+ timeSn: "1027",
201
+ timeZoneGMT: "CAT-2",
202
+ },
203
+ {
204
+ timeZoneName: "Kigali",
205
+ timeId: "Africa/Kigali",
206
+ timeSn: "1028",
207
+ timeZoneGMT: "CAT-2",
208
+ },
209
+ {
210
+ timeZoneName: "Kinshasa",
211
+ timeId: "Africa/Kinshasa",
212
+ timeSn: "1029",
213
+ timeZoneGMT: "WAT-1",
214
+ },
215
+ {
216
+ timeZoneName: "Lagos",
217
+ timeId: "Africa/Lagos",
218
+ timeSn: "1030",
219
+ timeZoneGMT: "WAT-1",
220
+ },
221
+ {
222
+ timeZoneName: "Libreville",
223
+ timeId: "Africa/Libreville",
224
+ timeSn: "1031",
225
+ timeZoneGMT: "WAT-1",
226
+ },
227
+ {
228
+ timeZoneName: "Lome",
229
+ timeId: "Africa/Lome",
230
+ timeSn: "1032",
231
+ timeZoneGMT: "GMT0",
232
+ },
233
+ {
234
+ timeZoneName: "Luanda",
235
+ timeId: "Africa/Luanda",
236
+ timeSn: "1033",
237
+ timeZoneGMT: "WAT-1",
238
+ },
239
+ {
240
+ timeZoneName: "Lubumbashi",
241
+ timeId: "Africa/Lubumbashi",
242
+ timeSn: "1034",
243
+ timeZoneGMT: "CAT-2",
244
+ },
245
+ {
246
+ timeZoneName: "Lusaka",
247
+ timeId: "Africa/Lusaka",
248
+ timeSn: "1035",
249
+ timeZoneGMT: "CAT-2",
250
+ },
251
+ {
252
+ timeZoneName: "Malabo",
253
+ timeId: "Africa/Malabo",
254
+ timeSn: "1036",
255
+ timeZoneGMT: "WAT-1",
256
+ },
257
+ {
258
+ timeZoneName: "Maputo",
259
+ timeId: "Africa/Maputo",
260
+ timeSn: "1037",
261
+ timeZoneGMT: "CAT-2",
262
+ },
263
+ {
264
+ timeZoneName: "Maseru",
265
+ timeId: "Africa/Maseru",
266
+ timeSn: "1038",
267
+ timeZoneGMT: "SAST-2",
268
+ },
269
+ {
270
+ timeZoneName: "Mbabane",
271
+ timeId: "Africa/Mbabane",
272
+ timeSn: "1039",
273
+ timeZoneGMT: "SAST-2",
274
+ },
275
+ {
276
+ timeZoneName: "Mogadishu",
277
+ timeId: "Africa/Mogadishu",
278
+ timeSn: "1040",
279
+ timeZoneGMT: "EAT-3",
280
+ },
281
+ {
282
+ timeZoneName: "Monrovia",
283
+ timeId: "Africa/Monrovia",
284
+ timeSn: "1041",
285
+ timeZoneGMT: "GMT0",
286
+ },
287
+ {
288
+ timeZoneName: "Nairobi",
289
+ timeId: "Africa/Nairobi",
290
+ timeSn: "1042",
291
+ timeZoneGMT: "EAT-3",
292
+ },
293
+ {
294
+ timeZoneName: "Ndjamena",
295
+ timeId: "Africa/Ndjamena",
296
+ timeSn: "1043",
297
+ timeZoneGMT: "WAT-1",
298
+ },
299
+ {
300
+ timeZoneName: "Niamey",
301
+ timeId: "Africa/Niamey",
302
+ timeSn: "1044",
303
+ timeZoneGMT: "WAT-1",
304
+ },
305
+ {
306
+ timeZoneName: "Nouakchott",
307
+ timeId: "Africa/Nouakchott",
308
+ timeSn: "1045",
309
+ timeZoneGMT: "GMT0",
310
+ },
311
+ {
312
+ timeZoneName: "Ouagadougou",
313
+ timeId: "Africa/Ouagadougou",
314
+ timeSn: "1046",
315
+ timeZoneGMT: "GMT0",
316
+ },
317
+ {
318
+ timeZoneName: "Porto-Novo",
319
+ timeId: "Africa/Porto-Novo",
320
+ timeSn: "1047",
321
+ timeZoneGMT: "WAT-1",
322
+ },
323
+ {
324
+ timeZoneName: "Saint Thomas",
325
+ timeId: "Africa/Sao_Tome",
326
+ timeSn: "1048",
327
+ timeZoneGMT: "WAT-1",
328
+ },
329
+ {
330
+ timeZoneName: "Timbuktu",
331
+ timeId: "Africa/Timbuktu",
332
+ timeSn: "1049",
333
+ timeZoneGMT: "GMT0",
334
+ },
335
+ {
336
+ timeZoneName: "Tripoli",
337
+ timeId: "Africa/Tripoli",
338
+ timeSn: "1050",
339
+ timeZoneGMT: "EET-2",
340
+ },
341
+ {
342
+ timeZoneName: "Tunis",
343
+ timeId: "Africa/Tunis",
344
+ timeSn: "1051",
345
+ timeZoneGMT: "CET-1",
346
+ },
347
+ {
348
+ timeZoneName: "Windhoek",
349
+ timeId: "Africa/Windhoek",
350
+ timeSn: "1052",
351
+ timeZoneGMT: "CAT-2",
352
+ },
353
+ {
354
+ timeZoneName: "Adak",
355
+ timeId: "America/Adak",
356
+ timeSn: "1053",
357
+ timeZoneGMT: "HST10HDT,M3.2.0,M11.1.0",
358
+ },
359
+ {
360
+ timeZoneName: "Anchorage",
361
+ timeId: "America/Anchorage",
362
+ timeSn: "1054",
363
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
364
+ },
365
+ {
366
+ timeZoneName: "Anguilla",
367
+ timeId: "America/Anguilla",
368
+ timeSn: "1055",
369
+ timeZoneGMT: "AST4",
370
+ },
371
+ {
372
+ timeZoneName: "Antigua",
373
+ timeId: "America/Antigua",
374
+ timeSn: "1056",
375
+ timeZoneGMT: "AST4",
376
+ },
377
+ {
378
+ timeZoneName: "Araguaina",
379
+ timeId: "America/Araguaina",
380
+ timeSn: "1057",
381
+ timeZoneGMT: "\u003c-03\u003e3",
382
+ },
383
+ {
384
+ timeZoneName: "Buenos Aires",
385
+ timeId: "America/Argentina/Buenos_Aires",
386
+ timeSn: "1058",
387
+ timeZoneGMT: "\u003c-03\u003e3",
388
+ },
389
+ {
390
+ timeZoneName: "Catamarca",
391
+ timeId: "America/Argentina/Catamarca",
392
+ timeSn: "1059",
393
+ timeZoneGMT: "\u003c-03\u003e3",
394
+ },
395
+ {
396
+ timeZoneName: "ComodRivadavia",
397
+ timeId: "America/Argentina/ComodRivadavia",
398
+ timeSn: "1060",
399
+ timeZoneGMT: "\u003c-03\u003e3",
400
+ },
401
+ {
402
+ timeZoneName: "Cordoba",
403
+ timeId: "America/Argentina/Cordoba",
404
+ timeSn: "1061",
405
+ timeZoneGMT: "\u003c-03\u003e3",
406
+ },
407
+ {
408
+ timeZoneName: "Jujuy",
409
+ timeId: "America/Argentina/Jujuy",
410
+ timeSn: "1062",
411
+ timeZoneGMT: "\u003c-03\u003e3",
412
+ },
413
+ {
414
+ timeZoneName: "La Rioja",
415
+ timeId: "America/Argentina/La_Rioja",
416
+ timeSn: "1063",
417
+ timeZoneGMT: "\u003c-03\u003e3",
418
+ },
419
+ {
420
+ timeZoneName: "Mendoza",
421
+ timeId: "America/Argentina/Mendoza",
422
+ timeSn: "1064",
423
+ timeZoneGMT: "\u003c-03\u003e3",
424
+ },
425
+ {
426
+ timeZoneName: "Rio Gallegos",
427
+ timeId: "America/Argentina/Rio_Gallegos",
428
+ timeSn: "1065",
429
+ timeZoneGMT: "\u003c-03\u003e3",
430
+ },
431
+ {
432
+ timeZoneName: "Salta",
433
+ timeId: "America/Argentina/Salta",
434
+ timeSn: "1066",
435
+ timeZoneGMT: "\u003c-03\u003e3",
436
+ },
437
+ {
438
+ timeZoneName: "San Juan",
439
+ timeId: "America/Argentina/San_Juan",
440
+ timeSn: "1067",
441
+ timeZoneGMT: "\u003c-03\u003e3",
442
+ },
443
+ {
444
+ timeZoneName: "San Luis",
445
+ timeId: "America/Argentina/San_Luis",
446
+ timeSn: "1068",
447
+ timeZoneGMT: "\u003c-03\u003e3",
448
+ },
449
+ {
450
+ timeZoneName: "Tucuman",
451
+ timeId: "America/Argentina/Tucuman",
452
+ timeSn: "1069",
453
+ timeZoneGMT: "\u003c-03\u003e3",
454
+ },
455
+ {
456
+ timeZoneName: "Ushuaia",
457
+ timeId: "America/Argentina/Ushuaia",
458
+ timeSn: "1070",
459
+ timeZoneGMT: "\u003c-03\u003e3",
460
+ },
461
+ {
462
+ timeZoneName: "Aruba",
463
+ timeId: "America/Aruba",
464
+ timeSn: "1071",
465
+ timeZoneGMT: "AST4",
466
+ },
467
+ {
468
+ timeZoneName: "Asuncion",
469
+ timeId: "America/Asuncion",
470
+ timeSn: "1072",
471
+ timeZoneGMT: "\u003c-04\u003e4\u003c-03\u003e,M10.1.0/0,M3.4.0/0",
472
+ },
473
+ {
474
+ timeZoneName: "Atikokan",
475
+ timeId: "America/Atikokan",
476
+ timeSn: "1073",
477
+ timeZoneGMT: "EST5",
478
+ },
479
+ {
480
+ timeZoneName: "Atka",
481
+ timeId: "America/Atka",
482
+ timeSn: "1074",
483
+ timeZoneGMT: "HST10HDT,M3.2.0,M11.1.0",
484
+ },
485
+ {
486
+ timeZoneName: "Bahia",
487
+ timeId: "America/Bahia",
488
+ timeSn: "1075",
489
+ timeZoneGMT: "\u003c-03\u003e3",
490
+ },
491
+ {
492
+ timeZoneName: "Bahia Banderas",
493
+ timeId: "America/Bahia_Banderas",
494
+ timeSn: "1076",
495
+ timeZoneGMT: "CST6CDT,M4.1.0,M10.5.0",
496
+ },
497
+ {
498
+ timeZoneName: "Barbados",
499
+ timeId: "America/Barbados",
500
+ timeSn: "1077",
501
+ timeZoneGMT: "AST4",
502
+ },
503
+ {
504
+ timeZoneName: "Belem",
505
+ timeId: "America/Belem",
506
+ timeSn: "1078",
507
+ timeZoneGMT: "\u003c-03\u003e3",
508
+ },
509
+ {
510
+ timeZoneName: "Belize",
511
+ timeId: "America/Belize",
512
+ timeSn: "1079",
513
+ timeZoneGMT: "CST6",
514
+ },
515
+ {
516
+ timeZoneName: "Blanc-Sablon",
517
+ timeId: "America/Blanc-Sablon",
518
+ timeSn: "1080",
519
+ timeZoneGMT: "AST4",
520
+ },
521
+ {
522
+ timeZoneName: "Boa Vista",
523
+ timeId: "America/Boa_Vista",
524
+ timeSn: "1081",
525
+ timeZoneGMT: "\u003c-04\u003e4",
526
+ },
527
+ {
528
+ timeZoneName: "Bogota",
529
+ timeId: "America/Bogota",
530
+ timeSn: "1082",
531
+ timeZoneGMT: "\u003c-05\u003e5",
532
+ },
533
+ {
534
+ timeZoneName: "Boise",
535
+ timeId: "America/Boise",
536
+ timeSn: "1083",
537
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
538
+ },
539
+ {
540
+ timeZoneName: "Cambridge Bay",
541
+ timeId: "America/Cambridge_Bay",
542
+ timeSn: "1084",
543
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
544
+ },
545
+ {
546
+ timeZoneName: "Campo Grande",
547
+ timeId: "America/Campo_Grande",
548
+ timeSn: "1085",
549
+ timeZoneGMT: "\u003c-04\u003e4\u003c-03\u003e,M11.1.0/0,M2.3.0/0",
550
+ },
551
+ {
552
+ timeZoneName: "Cancun",
553
+ timeId: "America/Cancun",
554
+ timeSn: "1086",
555
+ timeZoneGMT: "EST5",
556
+ },
557
+ {
558
+ timeZoneName: "Caracas",
559
+ timeId: "America/Caracas",
560
+ timeSn: "1087",
561
+ timeZoneGMT: "\u003c-04\u003e4",
562
+ },
563
+ {
564
+ timeZoneName: "Cayenne",
565
+ timeId: "America/Cayenne",
566
+ timeSn: "1088",
567
+ timeZoneGMT: "\u003c-03\u003e3",
568
+ },
569
+ {
570
+ timeZoneName: "Cayman",
571
+ timeId: "America/Cayman",
572
+ timeSn: "1089",
573
+ timeZoneGMT: "EST5",
574
+ },
575
+ {
576
+ timeZoneName: "Chicago",
577
+ timeId: "America/Chicago",
578
+ timeSn: "1090",
579
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
580
+ },
581
+ {
582
+ timeZoneName: "Chihuahua",
583
+ timeId: "America/Chihuahua",
584
+ timeSn: "1091",
585
+ timeZoneGMT: "MST7MDT,M4.1.0,M10.5.0",
586
+ },
587
+ {
588
+ timeZoneName: "Costa Rica",
589
+ timeId: "America/Costa_Rica",
590
+ timeSn: "1092",
591
+ timeZoneGMT: "CST6",
592
+ },
593
+ {
594
+ timeZoneName: "Creston",
595
+ timeId: "America/Creston",
596
+ timeSn: "1093",
597
+ timeZoneGMT: "MST7",
598
+ },
599
+ {
600
+ timeZoneName: "Cuiaba",
601
+ timeId: "America/Cuiaba",
602
+ timeSn: "1094",
603
+ timeZoneGMT: "\u003c-04\u003e4\u003c-03\u003e,M11.1.0/0,M2.3.0/0",
604
+ },
605
+ {
606
+ timeZoneName: "Curacao",
607
+ timeId: "America/Curacao",
608
+ timeSn: "1095",
609
+ timeZoneGMT: "AST4",
610
+ },
611
+ {
612
+ timeZoneName: "Danmarkshavn",
613
+ timeId: "America/Danmarkshavn",
614
+ timeSn: "1096",
615
+ timeZoneGMT: "GMT0",
616
+ },
617
+ {
618
+ timeZoneName: "Dawson",
619
+ timeId: "America/Dawson",
620
+ timeSn: "1097",
621
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
622
+ },
623
+ {
624
+ timeZoneName: "Dawson Creek",
625
+ timeId: "America/Dawson_Creek",
626
+ timeSn: "1098",
627
+ timeZoneGMT: "MST7",
628
+ },
629
+ {
630
+ timeZoneName: "Denver",
631
+ timeId: "America/Denver",
632
+ timeSn: "1099",
633
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
634
+ },
635
+ {
636
+ timeZoneName: "Detroit",
637
+ timeId: "America/Detroit",
638
+ timeSn: "1100",
639
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
640
+ },
641
+ {
642
+ timeZoneName: "Dominica",
643
+ timeId: "America/Dominica",
644
+ timeSn: "1101",
645
+ timeZoneGMT: "AST4",
646
+ },
647
+ {
648
+ timeZoneName: "Edmonton",
649
+ timeId: "America/Edmonton",
650
+ timeSn: "1102",
651
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
652
+ },
653
+ {
654
+ timeZoneName: "Eirunepe",
655
+ timeId: "America/Eirunepe",
656
+ timeSn: "1103",
657
+ timeZoneGMT: "\u003c-05\u003e5",
658
+ },
659
+ {
660
+ timeZoneName: "El Salvador",
661
+ timeId: "America/El_Salvador",
662
+ timeSn: "1104",
663
+ timeZoneGMT: "CST6",
664
+ },
665
+ {
666
+ timeZoneName: "Ensenada",
667
+ timeId: "America/Ensenada",
668
+ timeSn: "1105",
669
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
670
+ },
671
+ {
672
+ timeZoneName: "Fort Nelson",
673
+ timeId: "America/Fort_Nelson",
674
+ timeSn: "1106",
675
+ timeZoneGMT: "MST7",
676
+ },
677
+ {
678
+ timeZoneName: "Fort Wayne",
679
+ timeId: "America/Fort_Wayne",
680
+ timeSn: "1107",
681
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
682
+ },
683
+ {
684
+ timeZoneName: "Fortaleza",
685
+ timeId: "America/Fortaleza",
686
+ timeSn: "1108",
687
+ timeZoneGMT: "\u003c-03\u003e3",
688
+ },
689
+ {
690
+ timeZoneName: "Glace Bay",
691
+ timeId: "America/Glace_Bay",
692
+ timeSn: "1109",
693
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
694
+ },
695
+ {
696
+ timeZoneName: "Nuuk",
697
+ timeId: "America/Godthab",
698
+ timeSn: "1110",
699
+ timeZoneGMT: "\u003c-03\u003e3\u003c-02\u003e,M3.5.0,M10.5.0",
700
+ },
701
+ {
702
+ timeZoneName: "Goose Bay",
703
+ timeId: "America/Goose_Bay",
704
+ timeSn: "1111",
705
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
706
+ },
707
+ {
708
+ timeZoneName: "Grand Turk",
709
+ timeId: "America/Grand_Turk",
710
+ timeSn: "1112",
711
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
712
+ },
713
+ {
714
+ timeZoneName: "Grenada",
715
+ timeId: "America/Grenada",
716
+ timeSn: "1113",
717
+ timeZoneGMT: "AST4",
718
+ },
719
+ {
720
+ timeZoneName: "Guadeloupe",
721
+ timeId: "America/Guadeloupe",
722
+ timeSn: "1114",
723
+ timeZoneGMT: "AST4",
724
+ },
725
+ {
726
+ timeZoneName: "Guatemala",
727
+ timeId: "America/Guatemala",
728
+ timeSn: "1115",
729
+ timeZoneGMT: "CST6",
730
+ },
731
+ {
732
+ timeZoneName: "Guayaquil",
733
+ timeId: "America/Guayaquil",
734
+ timeSn: "1116",
735
+ timeZoneGMT: "\u003c-05\u003e5",
736
+ },
737
+ {
738
+ timeZoneName: "Guyana",
739
+ timeId: "America/Guyana",
740
+ timeSn: "1117",
741
+ timeZoneGMT: "\u003c-04\u003e4",
742
+ },
743
+ {
744
+ timeZoneName: "Halifax",
745
+ timeId: "America/Halifax",
746
+ timeSn: "1118",
747
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
748
+ },
749
+ {
750
+ timeZoneName: "Havana",
751
+ timeId: "America/Havana",
752
+ timeSn: "1119",
753
+ timeZoneGMT: "CST5CDT,M3.2.0/0,M11.1.0/1",
754
+ },
755
+ {
756
+ timeZoneName: "Hermosillo",
757
+ timeId: "America/Hermosillo",
758
+ timeSn: "1120",
759
+ timeZoneGMT: "MST7",
760
+ },
761
+ {
762
+ timeZoneName: "Indianapolis",
763
+ timeId: "America/Indiana/Indianapolis",
764
+ timeSn: "1121",
765
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
766
+ },
767
+ {
768
+ timeZoneName: "Knox, Indiana",
769
+ timeId: "America/Indiana/Knox",
770
+ timeSn: "1122",
771
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
772
+ },
773
+ {
774
+ timeZoneName: "Marengo, Indiana",
775
+ timeId: "America/Indiana/Marengo",
776
+ timeSn: "1123",
777
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
778
+ },
779
+ {
780
+ timeZoneName: "Petersburg, Indiana",
781
+ timeId: "America/Indiana/Petersburg",
782
+ timeSn: "1124",
783
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
784
+ },
785
+ {
786
+ timeZoneName: "Tell City, Indiana",
787
+ timeId: "America/Indiana/Tell_City",
788
+ timeSn: "1125",
789
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
790
+ },
791
+ {
792
+ timeZoneName: "Vevay, Indiana",
793
+ timeId: "America/Indiana/Vevay",
794
+ timeSn: "1126",
795
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
796
+ },
797
+ {
798
+ timeZoneName: "Vincennes, Indiana",
799
+ timeId: "America/Indiana/Vincennes",
800
+ timeSn: "1127",
801
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
802
+ },
803
+ {
804
+ timeZoneName: "Winamac, Indiana",
805
+ timeId: "America/Indiana/Winamac",
806
+ timeSn: "1128",
807
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
808
+ },
809
+ {
810
+ timeZoneName: "Inuvik",
811
+ timeId: "America/Inuvik",
812
+ timeSn: "1129",
813
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
814
+ },
815
+ {
816
+ timeZoneName: "Iqaluit",
817
+ timeId: "America/Iqaluit",
818
+ timeSn: "1130",
819
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
820
+ },
821
+ {
822
+ timeZoneName: "Jamaica",
823
+ timeId: "America/Jamaica",
824
+ timeSn: "1131",
825
+ timeZoneGMT: "EST5",
826
+ },
827
+ {
828
+ timeZoneName: "Juneau",
829
+ timeId: "America/Juneau",
830
+ timeSn: "1132",
831
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
832
+ },
833
+ {
834
+ timeZoneName: "Louisville",
835
+ timeId: "America/Kentucky/Louisville",
836
+ timeSn: "1133",
837
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
838
+ },
839
+ {
840
+ timeZoneName: "Monticello, Kentucky",
841
+ timeId: "America/Kentucky/Monticello",
842
+ timeSn: "1134",
843
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
844
+ },
845
+ {
846
+ timeZoneName: "Knox IN",
847
+ timeId: "America/Knox_IN",
848
+ timeSn: "1135",
849
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
850
+ },
851
+ {
852
+ timeZoneName: "Kralendijk",
853
+ timeId: "America/Kralendijk",
854
+ timeSn: "1136",
855
+ timeZoneGMT: "AST4",
856
+ },
857
+ {
858
+ timeZoneName: "La Paz",
859
+ timeId: "America/La_Paz",
860
+ timeSn: "1137",
861
+ timeZoneGMT: "\u003c-04\u003e4",
862
+ },
863
+ {
864
+ timeZoneName: "Lima",
865
+ timeId: "America/Lima",
866
+ timeSn: "1138",
867
+ timeZoneGMT: "\u003c-05\u003e5",
868
+ },
869
+ {
870
+ timeZoneName: "Los Angeles",
871
+ timeId: "America/Los_Angeles",
872
+ timeSn: "1139",
873
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
874
+ },
875
+ {
876
+ timeZoneName: "Lower Prince’s Quarter",
877
+ timeId: "America/Lower_Princes",
878
+ timeSn: "1140",
879
+ timeZoneGMT: "AST4",
880
+ },
881
+ {
882
+ timeZoneName: "Maceio",
883
+ timeId: "America/Maceio",
884
+ timeSn: "1141",
885
+ timeZoneGMT: "\u003c-03\u003e3",
886
+ },
887
+ {
888
+ timeZoneName: "Managua",
889
+ timeId: "America/Managua",
890
+ timeSn: "1142",
891
+ timeZoneGMT: "CST6",
892
+ },
893
+ {
894
+ timeZoneName: "Manaus",
895
+ timeId: "America/Manaus",
896
+ timeSn: "1143",
897
+ timeZoneGMT: "\u003c-04\u003e4",
898
+ },
899
+ {
900
+ timeZoneName: "Marigot",
901
+ timeId: "America/Marigot",
902
+ timeSn: "1144",
903
+ timeZoneGMT: "AST4",
904
+ },
905
+ {
906
+ timeZoneName: "Martinique",
907
+ timeId: "America/Martinique",
908
+ timeSn: "1145",
909
+ timeZoneGMT: "AST4",
910
+ },
911
+ {
912
+ timeZoneName: "Matamoros",
913
+ timeId: "America/Matamoros",
914
+ timeSn: "1146",
915
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
916
+ },
917
+ {
918
+ timeZoneName: "Mazatlan",
919
+ timeId: "America/Mazatlan",
920
+ timeSn: "1147",
921
+ timeZoneGMT: "MST7MDT,M4.1.0,M10.5.0",
922
+ },
923
+ {
924
+ timeZoneName: "Menominee",
925
+ timeId: "America/Menominee",
926
+ timeSn: "1148",
927
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
928
+ },
929
+ {
930
+ timeZoneName: "Merida",
931
+ timeId: "America/Merida",
932
+ timeSn: "1149",
933
+ timeZoneGMT: "CST6CDT,M4.1.0,M10.5.0",
934
+ },
935
+ {
936
+ timeZoneName: "Metlakatla",
937
+ timeId: "America/Metlakatla",
938
+ timeSn: "1150",
939
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
940
+ },
941
+ {
942
+ timeZoneName: "Mexico City",
943
+ timeId: "America/Mexico_City",
944
+ timeSn: "1151",
945
+ timeZoneGMT: "CST6CDT,M4.1.0,M10.5.0",
946
+ },
947
+ {
948
+ timeZoneName: "Miquelon",
949
+ timeId: "America/Miquelon",
950
+ timeSn: "1152",
951
+ timeZoneGMT: "\u003c-03\u003e3\u003c-02\u003e,M3.2.0,M11.1.0",
952
+ },
953
+ {
954
+ timeZoneName: "Moncton",
955
+ timeId: "America/Moncton",
956
+ timeSn: "1153",
957
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
958
+ },
959
+ {
960
+ timeZoneName: "Monterrey",
961
+ timeId: "America/Monterrey",
962
+ timeSn: "1154",
963
+ timeZoneGMT: "CST6CDT,M4.1.0,M10.5.0",
964
+ },
965
+ {
966
+ timeZoneName: "Montevideo",
967
+ timeId: "America/Montevideo",
968
+ timeSn: "1155",
969
+ timeZoneGMT: "\u003c-03\u003e3",
970
+ },
971
+ {
972
+ timeZoneName: "Montreal",
973
+ timeId: "America/Montreal",
974
+ timeSn: "1156",
975
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
976
+ },
977
+ {
978
+ timeZoneName: "Montserrat",
979
+ timeId: "America/Montserrat",
980
+ timeSn: "1157",
981
+ timeZoneGMT: "AST4",
982
+ },
983
+ {
984
+ timeZoneName: "Nassau",
985
+ timeId: "America/Nassau",
986
+ timeSn: "1158",
987
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
988
+ },
989
+ {
990
+ timeZoneName: "New York",
991
+ timeId: "America/New_York",
992
+ timeSn: "1159",
993
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
994
+ },
995
+ {
996
+ timeZoneName: "Nipigon",
997
+ timeId: "America/Nipigon",
998
+ timeSn: "1160",
999
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
1000
+ },
1001
+ {
1002
+ timeZoneName: "Nome",
1003
+ timeId: "America/Nome",
1004
+ timeSn: "1161",
1005
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
1006
+ },
1007
+ {
1008
+ timeZoneName: "Noronha",
1009
+ timeId: "America/Noronha",
1010
+ timeSn: "1162",
1011
+ timeZoneGMT: "\u003c-02\u003e2",
1012
+ },
1013
+ {
1014
+ timeZoneName: "Beulah, North Dakota",
1015
+ timeId: "America/North_Dakota/Beulah",
1016
+ timeSn: "1163",
1017
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1018
+ },
1019
+ {
1020
+ timeZoneName: "Center, North Dakota",
1021
+ timeId: "America/North_Dakota/Center",
1022
+ timeSn: "1164",
1023
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1024
+ },
1025
+ {
1026
+ timeZoneName: "New Salem, North Dakota",
1027
+ timeId: "America/North_Dakota/New_Salem",
1028
+ timeSn: "1165",
1029
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1030
+ },
1031
+ {
1032
+ timeZoneName: "Ojinaga",
1033
+ timeId: "America/Ojinaga",
1034
+ timeSn: "1166",
1035
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
1036
+ },
1037
+ {
1038
+ timeZoneName: "Panama",
1039
+ timeId: "America/Panama",
1040
+ timeSn: "1167",
1041
+ timeZoneGMT: "EST5",
1042
+ },
1043
+ {
1044
+ timeZoneName: "Pangnirtung",
1045
+ timeId: "America/Pangnirtung",
1046
+ timeSn: "1168",
1047
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
1048
+ },
1049
+ {
1050
+ timeZoneName: "Paramaribo",
1051
+ timeId: "America/Paramaribo",
1052
+ timeSn: "1169",
1053
+ timeZoneGMT: "\u003c-03\u003e3",
1054
+ },
1055
+ {
1056
+ timeZoneName: "Phoenix",
1057
+ timeId: "America/Phoenix",
1058
+ timeSn: "1170",
1059
+ timeZoneGMT: "MST7",
1060
+ },
1061
+ {
1062
+ timeZoneName: "Port-au-Prince",
1063
+ timeId: "America/Port-au-Prince",
1064
+ timeSn: "1171",
1065
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
1066
+ },
1067
+ {
1068
+ timeZoneName: "Port of Spain",
1069
+ timeId: "America/Port_of_Spain",
1070
+ timeSn: "1172",
1071
+ timeZoneGMT: "AST4",
1072
+ },
1073
+ {
1074
+ timeZoneName: "Porto Acre",
1075
+ timeId: "America/Porto_Acre",
1076
+ timeSn: "1173",
1077
+ timeZoneGMT: "\u003c-05\u003e5",
1078
+ },
1079
+ {
1080
+ timeZoneName: "Porto Velho",
1081
+ timeId: "America/Porto_Velho",
1082
+ timeSn: "1174",
1083
+ timeZoneGMT: "\u003c-04\u003e4",
1084
+ },
1085
+ {
1086
+ timeZoneName: "Puerto Rico",
1087
+ timeId: "America/Puerto_Rico",
1088
+ timeSn: "1175",
1089
+ timeZoneGMT: "AST4",
1090
+ },
1091
+ {
1092
+ timeZoneName: "Punta Arenas",
1093
+ timeId: "America/Punta_Arenas",
1094
+ timeSn: "1176",
1095
+ timeZoneGMT: "\u003c-03\u003e3",
1096
+ },
1097
+ {
1098
+ timeZoneName: "Rainy River",
1099
+ timeId: "America/Rainy_River",
1100
+ timeSn: "1177",
1101
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1102
+ },
1103
+ {
1104
+ timeZoneName: "Rankin Inlet",
1105
+ timeId: "America/Rankin_Inlet",
1106
+ timeSn: "1178",
1107
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1108
+ },
1109
+ {
1110
+ timeZoneName: "Recife",
1111
+ timeId: "America/Recife",
1112
+ timeSn: "1179",
1113
+ timeZoneGMT: "\u003c-03\u003e3",
1114
+ },
1115
+ {
1116
+ timeZoneName: "Regina",
1117
+ timeId: "America/Regina",
1118
+ timeSn: "1180",
1119
+ timeZoneGMT: "CST6",
1120
+ },
1121
+ {
1122
+ timeZoneName: "Resolute",
1123
+ timeId: "America/Resolute",
1124
+ timeSn: "1181",
1125
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1126
+ },
1127
+ {
1128
+ timeZoneName: "Rio Branco",
1129
+ timeId: "America/Rio_Branco",
1130
+ timeSn: "1182",
1131
+ timeZoneGMT: "\u003c-05\u003e5",
1132
+ },
1133
+ {
1134
+ timeZoneName: "Rosario",
1135
+ timeId: "America/Rosario",
1136
+ timeSn: "1183",
1137
+ timeZoneGMT: "\u003c-03\u003e3",
1138
+ },
1139
+ {
1140
+ timeZoneName: "Santa Isabel",
1141
+ timeId: "America/Santa_Isabel",
1142
+ timeSn: "1184",
1143
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
1144
+ },
1145
+ {
1146
+ timeZoneName: "Santarem",
1147
+ timeId: "America/Santarem",
1148
+ timeSn: "1185",
1149
+ timeZoneGMT: "\u003c-03\u003e3",
1150
+ },
1151
+ {
1152
+ timeZoneName: "Santiago",
1153
+ timeId: "America/Santiago",
1154
+ timeSn: "1186",
1155
+ timeZoneGMT: "\u003c-04\u003e4\u003c-03\u003e,M9.1.6/24,M4.1.6/24",
1156
+ },
1157
+ {
1158
+ timeZoneName: "Santo Domingo",
1159
+ timeId: "America/Santo_Domingo",
1160
+ timeSn: "1187",
1161
+ timeZoneGMT: "AST4",
1162
+ },
1163
+ {
1164
+ timeZoneName: "Sao Paulo",
1165
+ timeId: "America/Sao_Paulo",
1166
+ timeSn: "1188",
1167
+ timeZoneGMT: "\u003c-03\u003e3\u003c-02\u003e,M11.1.0/0,M2.3.0/0",
1168
+ },
1169
+ {
1170
+ timeZoneName: "Ittoqqortoormiit",
1171
+ timeId: "America/Scoresbysund",
1172
+ timeSn: "1189",
1173
+ timeZoneGMT: "\u003c-01\u003e1\u003c+00\u003e,M3.5.0/0,M10.5.0/1",
1174
+ },
1175
+ {
1176
+ timeZoneName: "Shiprock",
1177
+ timeId: "America/Shiprock",
1178
+ timeSn: "1190",
1179
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
1180
+ },
1181
+ {
1182
+ timeZoneName: "Sitka",
1183
+ timeId: "America/Sitka",
1184
+ timeSn: "1191",
1185
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
1186
+ },
1187
+ {
1188
+ timeZoneName: "St. Barthelemy",
1189
+ timeId: "America/St_Barthelemy",
1190
+ timeSn: "1192",
1191
+ timeZoneGMT: "AST4",
1192
+ },
1193
+ {
1194
+ timeZoneName: "St. John’s",
1195
+ timeId: "America/St_Johns",
1196
+ timeSn: "1193",
1197
+ timeZoneGMT: "NST3:30NDT,M3.2.0,M11.1.0",
1198
+ },
1199
+ {
1200
+ timeZoneName: "St. Kitts",
1201
+ timeId: "America/St_Kitts",
1202
+ timeSn: "1194",
1203
+ timeZoneGMT: "AST4",
1204
+ },
1205
+ {
1206
+ timeZoneName: "St. Lucia",
1207
+ timeId: "America/St_Lucia",
1208
+ timeSn: "1195",
1209
+ timeZoneGMT: "AST4",
1210
+ },
1211
+ {
1212
+ timeZoneName: "St. Thomas",
1213
+ timeId: "America/St_Thomas",
1214
+ timeSn: "1196",
1215
+ timeZoneGMT: "AST4",
1216
+ },
1217
+ {
1218
+ timeZoneName: "St. Vincent",
1219
+ timeId: "America/St_Vincent",
1220
+ timeSn: "1197",
1221
+ timeZoneGMT: "AST4",
1222
+ },
1223
+ {
1224
+ timeZoneName: "Swift Current",
1225
+ timeId: "America/Swift_Current",
1226
+ timeSn: "1198",
1227
+ timeZoneGMT: "CST6",
1228
+ },
1229
+ {
1230
+ timeZoneName: "Tegucigalpa",
1231
+ timeId: "America/Tegucigalpa",
1232
+ timeSn: "1199",
1233
+ timeZoneGMT: "CST6",
1234
+ },
1235
+ {
1236
+ timeZoneName: "Thule",
1237
+ timeId: "America/Thule",
1238
+ timeSn: "1200",
1239
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
1240
+ },
1241
+ {
1242
+ timeZoneName: "Thunder Bay",
1243
+ timeId: "America/Thunder_Bay",
1244
+ timeSn: "1201",
1245
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
1246
+ },
1247
+ {
1248
+ timeZoneName: "Tijuana",
1249
+ timeId: "America/Tijuana",
1250
+ timeSn: "1202",
1251
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
1252
+ },
1253
+ {
1254
+ timeZoneName: "Toronto",
1255
+ timeId: "America/Toronto",
1256
+ timeSn: "1203",
1257
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
1258
+ },
1259
+ {
1260
+ timeZoneName: "Tortola",
1261
+ timeId: "America/Tortola",
1262
+ timeSn: "1204",
1263
+ timeZoneGMT: "AST4",
1264
+ },
1265
+ {
1266
+ timeZoneName: "Vancouver",
1267
+ timeId: "America/Vancouver",
1268
+ timeSn: "1205",
1269
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
1270
+ },
1271
+ {
1272
+ timeZoneName: "Virgin",
1273
+ timeId: "America/Virgin",
1274
+ timeSn: "1206",
1275
+ timeZoneGMT: "AST4",
1276
+ },
1277
+ {
1278
+ timeZoneName: "Whitehorse",
1279
+ timeId: "America/Whitehorse",
1280
+ timeSn: "1207",
1281
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
1282
+ },
1283
+ {
1284
+ timeZoneName: "Winnipeg",
1285
+ timeId: "America/Winnipeg",
1286
+ timeSn: "1208",
1287
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
1288
+ },
1289
+ {
1290
+ timeZoneName: "Yakutat",
1291
+ timeId: "America/Yakutat",
1292
+ timeSn: "1209",
1293
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
1294
+ },
1295
+ {
1296
+ timeZoneName: "Yellowknife",
1297
+ timeId: "America/Yellowknife",
1298
+ timeSn: "1210",
1299
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
1300
+ },
1301
+ {
1302
+ timeZoneName: "Casey",
1303
+ timeId: "Antarctica/Casey",
1304
+ timeSn: "1211",
1305
+ timeZoneGMT: "\u003c+08\u003e-8",
1306
+ },
1307
+ {
1308
+ timeZoneName: "Davis",
1309
+ timeId: "Antarctica/Davis",
1310
+ timeSn: "1212",
1311
+ timeZoneGMT: "\u003c+07\u003e-7",
1312
+ },
1313
+ {
1314
+ timeZoneName: "Dumont d’Urville",
1315
+ timeId: "Antarctica/DumontDUrville",
1316
+ timeSn: "1213",
1317
+ timeZoneGMT: "\u003c+10\u003e-10",
1318
+ },
1319
+ {
1320
+ timeZoneName: "Macquarie",
1321
+ timeId: "Antarctica/Macquarie",
1322
+ timeSn: "1214",
1323
+ timeZoneGMT: "\u003c+11\u003e-11",
1324
+ },
1325
+ {
1326
+ timeZoneName: "Mawson",
1327
+ timeId: "Antarctica/Mawson",
1328
+ timeSn: "1215",
1329
+ timeZoneGMT: "\u003c+05\u003e-5",
1330
+ },
1331
+ {
1332
+ timeZoneName: "McMurdo",
1333
+ timeId: "Antarctica/McMurdo",
1334
+ timeSn: "1216",
1335
+ timeZoneGMT: "NZST-12NZDT,M9.5.0,M4.1.0/3",
1336
+ },
1337
+ {
1338
+ timeZoneName: "Palmer",
1339
+ timeId: "Antarctica/Palmer",
1340
+ timeSn: "1217",
1341
+ timeZoneGMT: "\u003c-03\u003e3",
1342
+ },
1343
+ {
1344
+ timeZoneName: "Rothera",
1345
+ timeId: "Antarctica/Rothera",
1346
+ timeSn: "1218",
1347
+ timeZoneGMT: "\u003c-03\u003e3",
1348
+ },
1349
+ {
1350
+ timeZoneName: "South Pole",
1351
+ timeId: "Antarctica/South_Pole",
1352
+ timeSn: "1219",
1353
+ timeZoneGMT: "NZST-12NZDT,M9.5.0,M4.1.0/3",
1354
+ },
1355
+ {
1356
+ timeZoneName: "Syowa",
1357
+ timeId: "Antarctica/Syowa",
1358
+ timeSn: "1220",
1359
+ timeZoneGMT: "\u003c+03\u003e-3",
1360
+ },
1361
+ {
1362
+ timeZoneName: "Troll",
1363
+ timeId: "Antarctica/Troll",
1364
+ timeSn: "1221",
1365
+ timeZoneGMT: "\u003c+00\u003e0\u003c+02\u003e-2,M3.5.0/1,M10.5.0/3",
1366
+ },
1367
+ {
1368
+ timeZoneName: "Vostok",
1369
+ timeId: "Antarctica/Vostok",
1370
+ timeSn: "1222",
1371
+ timeZoneGMT: "\u003c+06\u003e-6",
1372
+ },
1373
+ {
1374
+ timeZoneName: "Longyearbyen",
1375
+ timeId: "Arctic/Longyearbyen",
1376
+ timeSn: "1223",
1377
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
1378
+ },
1379
+ {
1380
+ timeZoneName: "Aden",
1381
+ timeId: "Asia/Aden",
1382
+ timeSn: "1224",
1383
+ timeZoneGMT: "\u003c+03\u003e-3",
1384
+ },
1385
+ {
1386
+ timeZoneName: "Almaty",
1387
+ timeId: "Asia/Almaty",
1388
+ timeSn: "1225",
1389
+ timeZoneGMT: "\u003c+06\u003e-6",
1390
+ },
1391
+ {
1392
+ timeZoneName: "Amman",
1393
+ timeId: "Asia/Amman",
1394
+ timeSn: "1226",
1395
+ timeZoneGMT: "EET-2EEST,M3.5.4/24,M10.5.5/1",
1396
+ },
1397
+ {
1398
+ timeZoneName: "Anadyr",
1399
+ timeId: "Asia/Anadyr",
1400
+ timeSn: "1227",
1401
+ timeZoneGMT: "\u003c+12\u003e-12",
1402
+ },
1403
+ {
1404
+ timeZoneName: "Aqtau",
1405
+ timeId: "Asia/Aqtau",
1406
+ timeSn: "1228",
1407
+ timeZoneGMT: "\u003c+05\u003e-5",
1408
+ },
1409
+ {
1410
+ timeZoneName: "Aqtobe",
1411
+ timeId: "Asia/Aqtobe",
1412
+ timeSn: "1229",
1413
+ timeZoneGMT: "\u003c+05\u003e-5",
1414
+ },
1415
+ {
1416
+ timeZoneName: "Ashgabat",
1417
+ timeId: "Asia/Ashgabat",
1418
+ timeSn: "1230",
1419
+ timeZoneGMT: "\u003c+05\u003e-5",
1420
+ },
1421
+ {
1422
+ timeZoneName: "Ashkhabad",
1423
+ timeId: "Asia/Ashkhabad",
1424
+ timeSn: "1231",
1425
+ timeZoneGMT: "\u003c+05\u003e-5",
1426
+ },
1427
+ {
1428
+ timeZoneName: "Atyrau",
1429
+ timeId: "Asia/Atyrau",
1430
+ timeSn: "1232",
1431
+ timeZoneGMT: "\u003c+05\u003e-5",
1432
+ },
1433
+ {
1434
+ timeZoneName: "Baghdad",
1435
+ timeId: "Asia/Baghdad",
1436
+ timeSn: "1233",
1437
+ timeZoneGMT: "\u003c+03\u003e-3",
1438
+ },
1439
+ {
1440
+ timeZoneName: "Bahrain",
1441
+ timeId: "Asia/Bahrain",
1442
+ timeSn: "1234",
1443
+ timeZoneGMT: "\u003c+03\u003e-3",
1444
+ },
1445
+ {
1446
+ timeZoneName: "Baku",
1447
+ timeId: "Asia/Baku",
1448
+ timeSn: "1235",
1449
+ timeZoneGMT: "\u003c+04\u003e-4",
1450
+ },
1451
+ {
1452
+ timeZoneName: "Bangkok",
1453
+ timeId: "Asia/Bangkok",
1454
+ timeSn: "1236",
1455
+ timeZoneGMT: "\u003c+07\u003e-7",
1456
+ },
1457
+ {
1458
+ timeZoneName: "Barnaul",
1459
+ timeId: "Asia/Barnaul",
1460
+ timeSn: "1237",
1461
+ timeZoneGMT: "\u003c+07\u003e-7",
1462
+ },
1463
+ {
1464
+ timeZoneName: "Beirut",
1465
+ timeId: "Asia/Beirut",
1466
+ timeSn: "1238",
1467
+ timeZoneGMT: "EET-2EEST,M3.5.0/0,M10.5.0/0",
1468
+ },
1469
+ {
1470
+ timeZoneName: "Bishkek",
1471
+ timeId: "Asia/Bishkek",
1472
+ timeSn: "1239",
1473
+ timeZoneGMT: "\u003c+06\u003e-6",
1474
+ },
1475
+ {
1476
+ timeZoneName: "Brunei",
1477
+ timeId: "Asia/Brunei",
1478
+ timeSn: "1240",
1479
+ timeZoneGMT: "\u003c+08\u003e-8",
1480
+ },
1481
+ {
1482
+ timeZoneName: "Kolkata",
1483
+ timeId: "Asia/Calcutta",
1484
+ timeSn: "1241",
1485
+ timeZoneGMT: "IST-5:30",
1486
+ },
1487
+ {
1488
+ timeZoneName: "Chita",
1489
+ timeId: "Asia/Chita",
1490
+ timeSn: "1242",
1491
+ timeZoneGMT: "\u003c+09\u003e-9",
1492
+ },
1493
+ {
1494
+ timeZoneName: "Choibalsan",
1495
+ timeId: "Asia/Choibalsan",
1496
+ timeSn: "1243",
1497
+ timeZoneGMT: "\u003c+08\u003e-8",
1498
+ },
1499
+ {
1500
+ timeZoneName: "Chongqing",
1501
+ timeId: "Asia/Chongqing",
1502
+ timeSn: "1244",
1503
+ timeZoneGMT: "CST-8",
1504
+ },
1505
+ {
1506
+ timeZoneName: "Chungking",
1507
+ timeId: "Asia/Chungking",
1508
+ timeSn: "1245",
1509
+ timeZoneGMT: "CST-8",
1510
+ },
1511
+ {
1512
+ timeZoneName: "Colombo",
1513
+ timeId: "Asia/Colombo",
1514
+ timeSn: "1246",
1515
+ timeZoneGMT: "\u003c+0530\u003e-5:30",
1516
+ },
1517
+ {
1518
+ timeZoneName: "Dacca",
1519
+ timeId: "Asia/Dacca",
1520
+ timeSn: "1247",
1521
+ timeZoneGMT: "\u003c+06\u003e-6",
1522
+ },
1523
+ {
1524
+ timeZoneName: "Damascus",
1525
+ timeId: "Asia/Damascus",
1526
+ timeSn: "1248",
1527
+ timeZoneGMT: "EET-2EEST,M3.5.5/0,M10.5.5/0",
1528
+ },
1529
+ {
1530
+ timeZoneName: "Dhaka",
1531
+ timeId: "Asia/Dhaka",
1532
+ timeSn: "1249",
1533
+ timeZoneGMT: "\u003c+06\u003e-6",
1534
+ },
1535
+ {
1536
+ timeZoneName: "Dili",
1537
+ timeId: "Asia/Dili",
1538
+ timeSn: "1250",
1539
+ timeZoneGMT: "\u003c+09\u003e-9",
1540
+ },
1541
+ {
1542
+ timeZoneName: "Dubai",
1543
+ timeId: "Asia/Dubai",
1544
+ timeSn: "1251",
1545
+ timeZoneGMT: "\u003c+04\u003e-4",
1546
+ },
1547
+ {
1548
+ timeZoneName: "Dushanbe",
1549
+ timeId: "Asia/Dushanbe",
1550
+ timeSn: "1252",
1551
+ timeZoneGMT: "\u003c+05\u003e-5",
1552
+ },
1553
+ {
1554
+ timeZoneName: "Famagusta",
1555
+ timeId: "Asia/Famagusta",
1556
+ timeSn: "1253",
1557
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
1558
+ },
1559
+ {
1560
+ timeZoneName: "Gaza",
1561
+ timeId: "Asia/Gaza",
1562
+ timeSn: "1254",
1563
+ timeZoneGMT: "EET-2EEST,M3.4.6/1,M10.5.6/1",
1564
+ },
1565
+ {
1566
+ timeZoneName: "Harbin",
1567
+ timeId: "Asia/Harbin",
1568
+ timeSn: "1255",
1569
+ timeZoneGMT: "CST-8",
1570
+ },
1571
+ {
1572
+ timeZoneName: "Hebron",
1573
+ timeId: "Asia/Hebron",
1574
+ timeSn: "1256",
1575
+ timeZoneGMT: "EET-2EEST,M3.4.6/1,M10.5.6/1",
1576
+ },
1577
+ {
1578
+ timeZoneName: "Ho Chi Minh",
1579
+ timeId: "Asia/Ho_Chi_Minh",
1580
+ timeSn: "1257",
1581
+ timeZoneGMT: "\u003c+07\u003e-7",
1582
+ },
1583
+ {
1584
+ timeZoneName: "Hong Kong",
1585
+ timeId: "Asia/Hong_Kong",
1586
+ timeSn: "1258",
1587
+ timeZoneGMT: "HKT-8",
1588
+ },
1589
+ {
1590
+ timeZoneName: "Hovd",
1591
+ timeId: "Asia/Hovd",
1592
+ timeSn: "1259",
1593
+ timeZoneGMT: "\u003c+07\u003e-7",
1594
+ },
1595
+ {
1596
+ timeZoneName: "Irkutsk",
1597
+ timeId: "Asia/Irkutsk",
1598
+ timeSn: "1260",
1599
+ timeZoneGMT: "\u003c+08\u003e-8",
1600
+ },
1601
+ {
1602
+ timeZoneName: "Istanbul",
1603
+ timeId: "Asia/Istanbul",
1604
+ timeSn: "1261",
1605
+ timeZoneGMT: "\u003c+03\u003e-3",
1606
+ },
1607
+ {
1608
+ timeZoneName: "Jakarta",
1609
+ timeId: "Asia/Jakarta",
1610
+ timeSn: "1262",
1611
+ timeZoneGMT: "WIB-7",
1612
+ },
1613
+ {
1614
+ timeZoneName: "Jayapura",
1615
+ timeId: "Asia/Jayapura",
1616
+ timeSn: "1263",
1617
+ timeZoneGMT: "WIT-9",
1618
+ },
1619
+ {
1620
+ timeZoneName: "Jerusalem",
1621
+ timeId: "Asia/Jerusalem",
1622
+ timeSn: "1264",
1623
+ timeZoneGMT: "IST-2IDT,M3.5.0,M10.5.0",
1624
+ },
1625
+ {
1626
+ timeZoneName: "Kabul",
1627
+ timeId: "Asia/Kabul",
1628
+ timeSn: "1265",
1629
+ timeZoneGMT: "\u003c+0430\u003e-4:30",
1630
+ },
1631
+ {
1632
+ timeZoneName: "Kamchatka",
1633
+ timeId: "Asia/Kamchatka",
1634
+ timeSn: "1266",
1635
+ timeZoneGMT: "\u003c+12\u003e-12",
1636
+ },
1637
+ {
1638
+ timeZoneName: "Karachi",
1639
+ timeId: "Asia/Karachi",
1640
+ timeSn: "1267",
1641
+ timeZoneGMT: "PKT-5",
1642
+ },
1643
+ {
1644
+ timeZoneName: "Kashgar",
1645
+ timeId: "Asia/Kashgar",
1646
+ timeSn: "1268",
1647
+ timeZoneGMT: "\u003c+06\u003e-6",
1648
+ },
1649
+ {
1650
+ timeZoneName: "Kathmandu",
1651
+ timeId: "Asia/Kathmandu",
1652
+ timeSn: "1269",
1653
+ timeZoneGMT: "\u003c+0545\u003e-5:45",
1654
+ },
1655
+ {
1656
+ timeZoneName: "Khandyga",
1657
+ timeId: "Asia/Khandyga",
1658
+ timeSn: "1270",
1659
+ timeZoneGMT: "\u003c+09\u003e-9",
1660
+ },
1661
+ {
1662
+ timeZoneName: "Krasnoyarsk",
1663
+ timeId: "Asia/Krasnoyarsk",
1664
+ timeSn: "1271",
1665
+ timeZoneGMT: "\u003c+07\u003e-7",
1666
+ },
1667
+ {
1668
+ timeZoneName: "Kuala Lumpur",
1669
+ timeId: "Asia/Kuala_Lumpur",
1670
+ timeSn: "1272",
1671
+ timeZoneGMT: "\u003c+08\u003e-8",
1672
+ },
1673
+ {
1674
+ timeZoneName: "Kuching",
1675
+ timeId: "Asia/Kuching",
1676
+ timeSn: "1273",
1677
+ timeZoneGMT: "\u003c+08\u003e-8",
1678
+ },
1679
+ {
1680
+ timeZoneName: "Kuwait",
1681
+ timeId: "Asia/Kuwait",
1682
+ timeSn: "1274",
1683
+ timeZoneGMT: "\u003c+03\u003e-3",
1684
+ },
1685
+ {
1686
+ timeZoneName: "Macao",
1687
+ timeId: "Asia/Macao",
1688
+ timeSn: "1275",
1689
+ timeZoneGMT: "CST-8",
1690
+ },
1691
+ {
1692
+ timeZoneName: "Macau",
1693
+ timeId: "Asia/Macau",
1694
+ timeSn: "1276",
1695
+ timeZoneGMT: "CST-8",
1696
+ },
1697
+ {
1698
+ timeZoneName: "Magadan",
1699
+ timeId: "Asia/Magadan",
1700
+ timeSn: "1277",
1701
+ timeZoneGMT: "\u003c+11\u003e-11",
1702
+ },
1703
+ {
1704
+ timeZoneName: "Makassar",
1705
+ timeId: "Asia/Makassar",
1706
+ timeSn: "1278",
1707
+ timeZoneGMT: "WITA-8",
1708
+ },
1709
+ {
1710
+ timeZoneName: "Manila",
1711
+ timeId: "Asia/Manila",
1712
+ timeSn: "1279",
1713
+ timeZoneGMT: "PST-8",
1714
+ },
1715
+ {
1716
+ timeZoneName: "Muscat",
1717
+ timeId: "Asia/Muscat",
1718
+ timeSn: "1280",
1719
+ timeZoneGMT: "\u003c+04\u003e-4",
1720
+ },
1721
+ {
1722
+ timeZoneName: "Nicosia",
1723
+ timeId: "Asia/Nicosia",
1724
+ timeSn: "1281",
1725
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
1726
+ },
1727
+ {
1728
+ timeZoneName: "Novokuznetsk",
1729
+ timeId: "Asia/Novokuznetsk",
1730
+ timeSn: "1282",
1731
+ timeZoneGMT: "\u003c+07\u003e-7",
1732
+ },
1733
+ {
1734
+ timeZoneName: "Novosibirsk",
1735
+ timeId: "Asia/Novosibirsk",
1736
+ timeSn: "1283",
1737
+ timeZoneGMT: "\u003c+07\u003e-7",
1738
+ },
1739
+ {
1740
+ timeZoneName: "Omsk",
1741
+ timeId: "Asia/Omsk",
1742
+ timeSn: "1284",
1743
+ timeZoneGMT: "\u003c+06\u003e-6",
1744
+ },
1745
+ {
1746
+ timeZoneName: "Oral",
1747
+ timeId: "Asia/Oral",
1748
+ timeSn: "1285",
1749
+ timeZoneGMT: "\u003c+05\u003e-5",
1750
+ },
1751
+ {
1752
+ timeZoneName: "Phnom Penh",
1753
+ timeId: "Asia/Phnom_Penh",
1754
+ timeSn: "1286",
1755
+ timeZoneGMT: "\u003c+07\u003e-7",
1756
+ },
1757
+ {
1758
+ timeZoneName: "Pontianak",
1759
+ timeId: "Asia/Pontianak",
1760
+ timeSn: "1287",
1761
+ timeZoneGMT: "WIB-7",
1762
+ },
1763
+ {
1764
+ timeZoneName: "Pyongyang",
1765
+ timeId: "Asia/Pyongyang",
1766
+ timeSn: "1288",
1767
+ timeZoneGMT: "KST-9",
1768
+ },
1769
+ {
1770
+ timeZoneName: "Qatar",
1771
+ timeId: "Asia/Qatar",
1772
+ timeSn: "1289",
1773
+ timeZoneGMT: "\u003c+03\u003e-3",
1774
+ },
1775
+ {
1776
+ timeZoneName: "Qyzylorda",
1777
+ timeId: "Asia/Qyzylorda",
1778
+ timeSn: "1290",
1779
+ timeZoneGMT: "\u003c+06\u003e-6",
1780
+ },
1781
+ {
1782
+ timeZoneName: "Yangon",
1783
+ timeId: "Asia/Rangoon",
1784
+ timeSn: "1291",
1785
+ timeZoneGMT: "\u003c+0630\u003e-6:30",
1786
+ },
1787
+ {
1788
+ timeZoneName: "Riyadh",
1789
+ timeId: "Asia/Riyadh",
1790
+ timeSn: "1292",
1791
+ timeZoneGMT: "\u003c+03\u003e-3",
1792
+ },
1793
+ {
1794
+ timeZoneName: "Ho Chi Minh City",
1795
+ timeId: "Asia/Saigon",
1796
+ timeSn: "1293",
1797
+ timeZoneGMT: "\u003c+07\u003e-7",
1798
+ },
1799
+ {
1800
+ timeZoneName: "Sakhalin",
1801
+ timeId: "Asia/Sakhalin",
1802
+ timeSn: "1294",
1803
+ timeZoneGMT: "\u003c+11\u003e-11",
1804
+ },
1805
+ {
1806
+ timeZoneName: "Samarkand",
1807
+ timeId: "Asia/Samarkand",
1808
+ timeSn: "1295",
1809
+ timeZoneGMT: "\u003c+05\u003e-5",
1810
+ },
1811
+ {
1812
+ timeZoneName: "Seoul",
1813
+ timeId: "Asia/Seoul",
1814
+ timeSn: "1296",
1815
+ timeZoneGMT: "KST-9",
1816
+ },
1817
+ {
1818
+ timeZoneName: "Beijing",
1819
+ timeId: "Asia/Shanghai",
1820
+ timeSn: "1297",
1821
+ timeZoneGMT: "CST-8",
1822
+ },
1823
+ {
1824
+ timeZoneName: "Singapore",
1825
+ timeId: "Asia/Singapore",
1826
+ timeSn: "1298",
1827
+ timeZoneGMT: "\u003c+08\u003e-8",
1828
+ },
1829
+ {
1830
+ timeZoneName: "Srednekolymsk",
1831
+ timeId: "Asia/Srednekolymsk",
1832
+ timeSn: "1299",
1833
+ timeZoneGMT: "\u003c+11\u003e-11",
1834
+ },
1835
+ {
1836
+ timeZoneName: "Taipei",
1837
+ timeId: "Asia/Taipei",
1838
+ timeSn: "1300",
1839
+ timeZoneGMT: "CST-8",
1840
+ },
1841
+ {
1842
+ timeZoneName: "Tashkent",
1843
+ timeId: "Asia/Tashkent",
1844
+ timeSn: "1301",
1845
+ timeZoneGMT: "\u003c+05\u003e-5",
1846
+ },
1847
+ {
1848
+ timeZoneName: "Tbilisi",
1849
+ timeId: "Asia/Tbilisi",
1850
+ timeSn: "1302",
1851
+ timeZoneGMT: "\u003c+04\u003e-4",
1852
+ },
1853
+ {
1854
+ timeZoneName: "Tehran",
1855
+ timeId: "Asia/Tehran",
1856
+ timeSn: "1303",
1857
+ timeZoneGMT: "\u003c+0330\u003e-3:30\u003c+0430\u003e,J80/0,J264/0",
1858
+ },
1859
+ {
1860
+ timeZoneName: "Tel Aviv",
1861
+ timeId: "Asia/Tel_Aviv",
1862
+ timeSn: "1304",
1863
+ timeZoneGMT: "IST-2IDT,M3.5.0,M10.5.0",
1864
+ },
1865
+ {
1866
+ timeZoneName: "Thimbu",
1867
+ timeId: "Asia/Thimbu",
1868
+ timeSn: "1305",
1869
+ timeZoneGMT: "\u003c+06\u003e-6",
1870
+ },
1871
+ {
1872
+ timeZoneName: "Thimphu",
1873
+ timeId: "Asia/Thimphu",
1874
+ timeSn: "1306",
1875
+ timeZoneGMT: "\u003c+06\u003e-6",
1876
+ },
1877
+ {
1878
+ timeZoneName: "Tokyo",
1879
+ timeId: "Asia/Tokyo",
1880
+ timeSn: "1307",
1881
+ timeZoneGMT: "JST-9",
1882
+ },
1883
+ {
1884
+ timeZoneName: "Tomsk",
1885
+ timeId: "Asia/Tomsk",
1886
+ timeSn: "1308",
1887
+ timeZoneGMT: "\u003c+07\u003e-7",
1888
+ },
1889
+ {
1890
+ timeZoneName: "Ujung Pandang",
1891
+ timeId: "Asia/Ujung_Pandang",
1892
+ timeSn: "1309",
1893
+ timeZoneGMT: "WITA-8",
1894
+ },
1895
+ {
1896
+ timeZoneName: "Ulaanbaatar",
1897
+ timeId: "Asia/Ulaanbaatar",
1898
+ timeSn: "1310",
1899
+ timeZoneGMT: "\u003c+08\u003e-8",
1900
+ },
1901
+ {
1902
+ timeZoneName: "Ulan Bator",
1903
+ timeId: "Asia/Ulan_Bator",
1904
+ timeSn: "1311",
1905
+ timeZoneGMT: "\u003c+08\u003e-8",
1906
+ },
1907
+ {
1908
+ timeZoneName: "Urumqi",
1909
+ timeId: "Asia/Urumqi",
1910
+ timeSn: "1312",
1911
+ timeZoneGMT: "\u003c+06\u003e-6",
1912
+ },
1913
+ {
1914
+ timeZoneName: "Ust-Nera",
1915
+ timeId: "Asia/Ust-Nera",
1916
+ timeSn: "1313",
1917
+ timeZoneGMT: "\u003c+10\u003e-10",
1918
+ },
1919
+ {
1920
+ timeZoneName: "Vientiane",
1921
+ timeId: "Asia/Vientiane",
1922
+ timeSn: "1314",
1923
+ timeZoneGMT: "\u003c+07\u003e-7",
1924
+ },
1925
+ {
1926
+ timeZoneName: "Vladivostok",
1927
+ timeId: "Asia/Vladivostok",
1928
+ timeSn: "1315",
1929
+ timeZoneGMT: "\u003c+10\u003e-10",
1930
+ },
1931
+ {
1932
+ timeZoneName: "Yakutsk",
1933
+ timeId: "Asia/Yakutsk",
1934
+ timeSn: "1316",
1935
+ timeZoneGMT: "\u003c+09\u003e-9",
1936
+ },
1937
+ {
1938
+ timeZoneName: "Yekaterinburg",
1939
+ timeId: "Asia/Yekaterinburg",
1940
+ timeSn: "1317",
1941
+ timeZoneGMT: "\u003c+05\u003e-5",
1942
+ },
1943
+ {
1944
+ timeZoneName: "Yerevan",
1945
+ timeId: "Asia/Yerevan",
1946
+ timeSn: "1318",
1947
+ timeZoneGMT: "\u003c+04\u003e-4",
1948
+ },
1949
+ {
1950
+ timeZoneName: "Azores",
1951
+ timeId: "Atlantic/Azores",
1952
+ timeSn: "1319",
1953
+ timeZoneGMT: "\u003c-01\u003e1\u003c+00\u003e,M3.5.0/0,M10.5.0/1",
1954
+ },
1955
+ {
1956
+ timeZoneName: "Bermuda",
1957
+ timeId: "Atlantic/Bermuda",
1958
+ timeSn: "1320",
1959
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
1960
+ },
1961
+ {
1962
+ timeZoneName: "Canary",
1963
+ timeId: "Atlantic/Canary",
1964
+ timeSn: "1321",
1965
+ timeZoneGMT: "WET0WEST,M3.5.0/1,M10.5.0",
1966
+ },
1967
+ {
1968
+ timeZoneName: "Cape Verde",
1969
+ timeId: "Atlantic/Cape_Verde",
1970
+ timeSn: "1322",
1971
+ timeZoneGMT: "\u003c-01\u003e1",
1972
+ },
1973
+ {
1974
+ timeZoneName: "Faroe",
1975
+ timeId: "Atlantic/Faeroe",
1976
+ timeSn: "1323",
1977
+ timeZoneGMT: "WET0WEST,M3.5.0/1,M10.5.0",
1978
+ },
1979
+ {
1980
+ timeZoneName: "Jan Mayen",
1981
+ timeId: "Atlantic/Jan_Mayen",
1982
+ timeSn: "1324",
1983
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
1984
+ },
1985
+ {
1986
+ timeZoneName: "Madeira",
1987
+ timeId: "Atlantic/Madeira",
1988
+ timeSn: "1325",
1989
+ timeZoneGMT: "WET0WEST,M3.5.0/1,M10.5.0",
1990
+ },
1991
+ {
1992
+ timeZoneName: "Reykjavik",
1993
+ timeId: "Atlantic/Reykjavik",
1994
+ timeSn: "1326",
1995
+ timeZoneGMT: "GMT0",
1996
+ },
1997
+ {
1998
+ timeZoneName: "South Georgia",
1999
+ timeId: "Atlantic/South_Georgia",
2000
+ timeSn: "1327",
2001
+ timeZoneGMT: "\u003c-02\u003e2",
2002
+ },
2003
+ {
2004
+ timeZoneName: "St. Helena",
2005
+ timeId: "Atlantic/St_Helena",
2006
+ timeSn: "1328",
2007
+ timeZoneGMT: "GMT0",
2008
+ },
2009
+ {
2010
+ timeZoneName: "Stanley",
2011
+ timeId: "Atlantic/Stanley",
2012
+ timeSn: "1329",
2013
+ timeZoneGMT: "\u003c-03\u003e3",
2014
+ },
2015
+ {
2016
+ timeZoneName: "ACT",
2017
+ timeId: "Australia/ACT",
2018
+ timeSn: "1330",
2019
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2020
+ },
2021
+ {
2022
+ timeZoneName: "Adelaide",
2023
+ timeId: "Australia/Adelaide",
2024
+ timeSn: "1331",
2025
+ timeZoneGMT: "ACST-9:30ACDT,M10.1.0,M4.1.0/3",
2026
+ },
2027
+ {
2028
+ timeZoneName: "Brisbane",
2029
+ timeId: "Australia/Brisbane",
2030
+ timeSn: "1332",
2031
+ timeZoneGMT: "AEST-10",
2032
+ },
2033
+ {
2034
+ timeZoneName: "Broken Hill",
2035
+ timeId: "Australia/Broken_Hill",
2036
+ timeSn: "1333",
2037
+ timeZoneGMT: "ACST-9:30ACDT,M10.1.0,M4.1.0/3",
2038
+ },
2039
+ {
2040
+ timeZoneName: "Canberra",
2041
+ timeId: "Australia/Canberra",
2042
+ timeSn: "1334",
2043
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2044
+ },
2045
+ {
2046
+ timeZoneName: "Currie",
2047
+ timeId: "Australia/Currie",
2048
+ timeSn: "1335",
2049
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2050
+ },
2051
+ {
2052
+ timeZoneName: "Darwin",
2053
+ timeId: "Australia/Darwin",
2054
+ timeSn: "1336",
2055
+ timeZoneGMT: "ACST-9:30",
2056
+ },
2057
+ {
2058
+ timeZoneName: "Eucla",
2059
+ timeId: "Australia/Eucla",
2060
+ timeSn: "1337",
2061
+ timeZoneGMT: "\u003c+0845\u003e-8:45",
2062
+ },
2063
+ {
2064
+ timeZoneName: "Hobart",
2065
+ timeId: "Australia/Hobart",
2066
+ timeSn: "1338",
2067
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2068
+ },
2069
+ {
2070
+ timeZoneName: "LHI",
2071
+ timeId: "Australia/LHI",
2072
+ timeSn: "1339",
2073
+ timeZoneGMT: "\u003c+1030\u003e-10:30\u003c+11\u003e-11,M10.1.0,M4.1.0",
2074
+ },
2075
+ {
2076
+ timeZoneName: "Lindeman",
2077
+ timeId: "Australia/Lindeman",
2078
+ timeSn: "1340",
2079
+ timeZoneGMT: "AEST-10",
2080
+ },
2081
+ {
2082
+ timeZoneName: "Lord Howe",
2083
+ timeId: "Australia/Lord_Howe",
2084
+ timeSn: "1341",
2085
+ timeZoneGMT: "\u003c+1030\u003e-10:30\u003c+11\u003e-11,M10.1.0,M4.1.0",
2086
+ },
2087
+ {
2088
+ timeZoneName: "Melbourne",
2089
+ timeId: "Australia/Melbourne",
2090
+ timeSn: "1342",
2091
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2092
+ },
2093
+ {
2094
+ timeZoneName: "NSW",
2095
+ timeId: "Australia/NSW",
2096
+ timeSn: "1343",
2097
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2098
+ },
2099
+ {
2100
+ timeZoneName: "North",
2101
+ timeId: "Australia/North",
2102
+ timeSn: "1344",
2103
+ timeZoneGMT: "ACST-9:30",
2104
+ },
2105
+ {
2106
+ timeZoneName: "Perth",
2107
+ timeId: "Australia/Perth",
2108
+ timeSn: "1345",
2109
+ timeZoneGMT: "AWST-8",
2110
+ },
2111
+ {
2112
+ timeZoneName: "Queensland",
2113
+ timeId: "Australia/Queensland",
2114
+ timeSn: "1346",
2115
+ timeZoneGMT: "AEST-10",
2116
+ },
2117
+ {
2118
+ timeZoneName: "South",
2119
+ timeId: "Australia/South",
2120
+ timeSn: "1347",
2121
+ timeZoneGMT: "ACST-9:30ACDT,M10.1.0,M4.1.0/3",
2122
+ },
2123
+ {
2124
+ timeZoneName: "Sydney",
2125
+ timeId: "Australia/Sydney",
2126
+ timeSn: "1348",
2127
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2128
+ },
2129
+ {
2130
+ timeZoneName: "Tasmania",
2131
+ timeId: "Australia/Tasmania",
2132
+ timeSn: "1349",
2133
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2134
+ },
2135
+ {
2136
+ timeZoneName: "Victoria",
2137
+ timeId: "Australia/Victoria",
2138
+ timeSn: "1350",
2139
+ timeZoneGMT: "AEST-10AEDT,M10.1.0,M4.1.0/3",
2140
+ },
2141
+ {
2142
+ timeZoneName: "West",
2143
+ timeId: "Australia/West",
2144
+ timeSn: "1351",
2145
+ timeZoneGMT: "AWST-8",
2146
+ },
2147
+ {
2148
+ timeZoneName: "Yancowinna",
2149
+ timeId: "Australia/Yancowinna",
2150
+ timeSn: "1352",
2151
+ timeZoneGMT: "ACST-9:30ACDT,M10.1.0,M4.1.0/3",
2152
+ },
2153
+ {
2154
+ timeZoneName: "Acre",
2155
+ timeId: "Brazil/Acre",
2156
+ timeSn: "1353",
2157
+ timeZoneGMT: "\u003c-05\u003e5",
2158
+ },
2159
+ {
2160
+ timeZoneName: "DeNoronha",
2161
+ timeId: "Brazil/DeNoronha",
2162
+ timeSn: "1354",
2163
+ timeZoneGMT: "\u003c-02\u003e2",
2164
+ },
2165
+ {
2166
+ timeZoneName: "East",
2167
+ timeId: "Brazil/East",
2168
+ timeSn: "1355",
2169
+ timeZoneGMT: "\u003c-03\u003e3\u003c-02\u003e,M11.1.0/0,M2.3.0/0",
2170
+ },
2171
+ {
2172
+ timeZoneName: "Atlantic",
2173
+ timeId: "Canada/Atlantic",
2174
+ timeSn: "1356",
2175
+ timeZoneGMT: "AST4ADT,M3.2.0,M11.1.0",
2176
+ },
2177
+ {
2178
+ timeZoneName: "Central",
2179
+ timeId: "Canada/Central",
2180
+ timeSn: "1357",
2181
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
2182
+ },
2183
+ {
2184
+ timeZoneName: "Eastern",
2185
+ timeId: "Canada/Eastern",
2186
+ timeSn: "1358",
2187
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
2188
+ },
2189
+ {
2190
+ timeZoneName: "Mountain",
2191
+ timeId: "Canada/Mountain",
2192
+ timeSn: "1359",
2193
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
2194
+ },
2195
+ {
2196
+ timeZoneName: "Newfoundland",
2197
+ timeId: "Canada/Newfoundland",
2198
+ timeSn: "1360",
2199
+ timeZoneGMT: "NST3:30NDT,M3.2.0,M11.1.0",
2200
+ },
2201
+ {
2202
+ timeZoneName: "Pacific",
2203
+ timeId: "Canada/Pacific",
2204
+ timeSn: "1361",
2205
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
2206
+ },
2207
+ {
2208
+ timeZoneName: "Saskatchewan",
2209
+ timeId: "Canada/Saskatchewan",
2210
+ timeSn: "1362",
2211
+ timeZoneGMT: "CST6",
2212
+ },
2213
+ {
2214
+ timeZoneName: "Yukon",
2215
+ timeId: "Canada/Yukon",
2216
+ timeSn: "1363",
2217
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
2218
+ },
2219
+ {
2220
+ timeZoneName: "Continental",
2221
+ timeId: "Chile/Continental",
2222
+ timeSn: "1364",
2223
+ timeZoneGMT: "\u003c-04\u003e4\u003c-03\u003e,M9.1.6/24,M4.1.6/24",
2224
+ },
2225
+ {
2226
+ timeZoneName: "EasterIsland",
2227
+ timeId: "Chile/EasterIsland",
2228
+ timeSn: "1365",
2229
+ timeZoneGMT: "\u003c-06\u003e6\u003c-05\u003e,M9.1.6/22,M4.1.6/22",
2230
+ },
2231
+ {
2232
+ timeZoneName: "Cuba",
2233
+ timeId: "Cuba",
2234
+ timeSn: "1366",
2235
+ timeZoneGMT: "CST5CDT,M3.2.0/0,M11.1.0/1",
2236
+ },
2237
+ {
2238
+ timeZoneName: "Egypt",
2239
+ timeId: "Egypt",
2240
+ timeSn: "1367",
2241
+ timeZoneGMT: "EET-2",
2242
+ },
2243
+ {
2244
+ timeZoneName: "Eire",
2245
+ timeId: "Eire",
2246
+ timeSn: "1368",
2247
+ timeZoneGMT: "IST-1GMT0,M10.5.0,M3.5.0/1",
2248
+ },
2249
+ {
2250
+ timeZoneName: "Amsterdam",
2251
+ timeId: "Europe/Amsterdam",
2252
+ timeSn: "1369",
2253
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2254
+ },
2255
+ {
2256
+ timeZoneName: "Andorra",
2257
+ timeId: "Europe/Andorra",
2258
+ timeSn: "1370",
2259
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2260
+ },
2261
+ {
2262
+ timeZoneName: "Astrakhan",
2263
+ timeId: "Europe/Astrakhan",
2264
+ timeSn: "1371",
2265
+ timeZoneGMT: "\u003c+04\u003e-4",
2266
+ },
2267
+ {
2268
+ timeZoneName: "Athens",
2269
+ timeId: "Europe/Athens",
2270
+ timeSn: "1372",
2271
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2272
+ },
2273
+ {
2274
+ timeZoneName: "Belfast",
2275
+ timeId: "Europe/Belfast",
2276
+ timeSn: "1373",
2277
+ timeZoneGMT: "GMT0BST,M3.5.0/1,M10.5.0",
2278
+ },
2279
+ {
2280
+ timeZoneName: "Belgrade",
2281
+ timeId: "Europe/Belgrade",
2282
+ timeSn: "1374",
2283
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2284
+ },
2285
+ {
2286
+ timeZoneName: "Berlin",
2287
+ timeId: "Europe/Berlin",
2288
+ timeSn: "1375",
2289
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2290
+ },
2291
+ {
2292
+ timeZoneName: "Bratislava",
2293
+ timeId: "Europe/Bratislava",
2294
+ timeSn: "1376",
2295
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2296
+ },
2297
+ {
2298
+ timeZoneName: "Brussels",
2299
+ timeId: "Europe/Brussels",
2300
+ timeSn: "1377",
2301
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2302
+ },
2303
+ {
2304
+ timeZoneName: "Bucharest",
2305
+ timeId: "Europe/Bucharest",
2306
+ timeSn: "1378",
2307
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2308
+ },
2309
+ {
2310
+ timeZoneName: "Budapest",
2311
+ timeId: "Europe/Budapest",
2312
+ timeSn: "1379",
2313
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2314
+ },
2315
+ {
2316
+ timeZoneName: "Busingen",
2317
+ timeId: "Europe/Busingen",
2318
+ timeSn: "1380",
2319
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2320
+ },
2321
+ {
2322
+ timeZoneName: "Chisinau",
2323
+ timeId: "Europe/Chisinau",
2324
+ timeSn: "1381",
2325
+ timeZoneGMT: "EET-2EEST,M3.5.0,M10.5.0/3",
2326
+ },
2327
+ {
2328
+ timeZoneName: "Copenhagen",
2329
+ timeId: "Europe/Copenhagen",
2330
+ timeSn: "1382",
2331
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2332
+ },
2333
+ {
2334
+ timeZoneName: "Dublin",
2335
+ timeId: "Europe/Dublin",
2336
+ timeSn: "1383",
2337
+ timeZoneGMT: "GMT0IST,M3.5.0/1,M10.5.0",
2338
+ },
2339
+ {
2340
+ timeZoneName: "Gibraltar",
2341
+ timeId: "Europe/Gibraltar",
2342
+ timeSn: "1384",
2343
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2344
+ },
2345
+ {
2346
+ timeZoneName: "Guernsey",
2347
+ timeId: "Europe/Guernsey",
2348
+ timeSn: "1385",
2349
+ timeZoneGMT: "GMT0BST,M3.5.0/1,M10.5.0",
2350
+ },
2351
+ {
2352
+ timeZoneName: "Helsinki",
2353
+ timeId: "Europe/Helsinki",
2354
+ timeSn: "1386",
2355
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2356
+ },
2357
+ {
2358
+ timeZoneName: "Isle of Man",
2359
+ timeId: "Europe/Isle_of_Man",
2360
+ timeSn: "1387",
2361
+ timeZoneGMT: "GMT0BST,M3.5.0/1,M10.5.0",
2362
+ },
2363
+ {
2364
+ timeZoneName: "Jersey",
2365
+ timeId: "Europe/Jersey",
2366
+ timeSn: "1388",
2367
+ timeZoneGMT: "GMT0BST,M3.5.0/1,M10.5.0",
2368
+ },
2369
+ {
2370
+ timeZoneName: "Kaliningrad",
2371
+ timeId: "Europe/Kaliningrad",
2372
+ timeSn: "1389",
2373
+ timeZoneGMT: "EET-2",
2374
+ },
2375
+ {
2376
+ timeZoneName: "Kiev",
2377
+ timeId: "Europe/Kiev",
2378
+ timeSn: "1390",
2379
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2380
+ },
2381
+ {
2382
+ timeZoneName: "Kirov",
2383
+ timeId: "Europe/Kirov",
2384
+ timeSn: "1391",
2385
+ timeZoneGMT: "\u003c+03\u003e-3",
2386
+ },
2387
+ {
2388
+ timeZoneName: "Lisbon",
2389
+ timeId: "Europe/Lisbon",
2390
+ timeSn: "1392",
2391
+ timeZoneGMT: "WET0WEST,M3.5.0/1,M10.5.0",
2392
+ },
2393
+ {
2394
+ timeZoneName: "Ljubljana",
2395
+ timeId: "Europe/Ljubljana",
2396
+ timeSn: "1393",
2397
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2398
+ },
2399
+ {
2400
+ timeZoneName: "London",
2401
+ timeId: "Europe/London",
2402
+ timeSn: "1394",
2403
+ timeZoneGMT: "GMT0BST,M3.5.0/1,M10.5.0",
2404
+ },
2405
+ {
2406
+ timeZoneName: "Luxembourg",
2407
+ timeId: "Europe/Luxembourg",
2408
+ timeSn: "1395",
2409
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2410
+ },
2411
+ {
2412
+ timeZoneName: "Madrid",
2413
+ timeId: "Europe/Madrid",
2414
+ timeSn: "1396",
2415
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2416
+ },
2417
+ {
2418
+ timeZoneName: "Malta",
2419
+ timeId: "Europe/Malta",
2420
+ timeSn: "1397",
2421
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2422
+ },
2423
+ {
2424
+ timeZoneName: "Mariehamn",
2425
+ timeId: "Europe/Mariehamn",
2426
+ timeSn: "1398",
2427
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2428
+ },
2429
+ {
2430
+ timeZoneName: "Minsk",
2431
+ timeId: "Europe/Minsk",
2432
+ timeSn: "1399",
2433
+ timeZoneGMT: "\u003c+03\u003e-3",
2434
+ },
2435
+ {
2436
+ timeZoneName: "Monaco",
2437
+ timeId: "Europe/Monaco",
2438
+ timeSn: "1400",
2439
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2440
+ },
2441
+ {
2442
+ timeZoneName: "Moscow",
2443
+ timeId: "Europe/Moscow",
2444
+ timeSn: "1401",
2445
+ timeZoneGMT: "MSK-3",
2446
+ },
2447
+ {
2448
+ timeZoneName: "Oslo",
2449
+ timeId: "Europe/Oslo",
2450
+ timeSn: "1402",
2451
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2452
+ },
2453
+ {
2454
+ timeZoneName: "Paris",
2455
+ timeId: "Europe/Paris",
2456
+ timeSn: "1403",
2457
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2458
+ },
2459
+ {
2460
+ timeZoneName: "Podgorica",
2461
+ timeId: "Europe/Podgorica",
2462
+ timeSn: "1404",
2463
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2464
+ },
2465
+ {
2466
+ timeZoneName: "Prague",
2467
+ timeId: "Europe/Prague",
2468
+ timeSn: "1405",
2469
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2470
+ },
2471
+ {
2472
+ timeZoneName: "Riga",
2473
+ timeId: "Europe/Riga",
2474
+ timeSn: "1406",
2475
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2476
+ },
2477
+ {
2478
+ timeZoneName: "Rome",
2479
+ timeId: "Europe/Rome",
2480
+ timeSn: "1407",
2481
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2482
+ },
2483
+ {
2484
+ timeZoneName: "Samara",
2485
+ timeId: "Europe/Samara",
2486
+ timeSn: "1408",
2487
+ timeZoneGMT: "\u003c+04\u003e-4",
2488
+ },
2489
+ {
2490
+ timeZoneName: "San Marino",
2491
+ timeId: "Europe/San_Marino",
2492
+ timeSn: "1409",
2493
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2494
+ },
2495
+ {
2496
+ timeZoneName: "Sarajevo",
2497
+ timeId: "Europe/Sarajevo",
2498
+ timeSn: "1410",
2499
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2500
+ },
2501
+ {
2502
+ timeZoneName: "Saratov",
2503
+ timeId: "Europe/Saratov",
2504
+ timeSn: "1411",
2505
+ timeZoneGMT: "\u003c+04\u003e-4",
2506
+ },
2507
+ {
2508
+ timeZoneName: "Simferopol",
2509
+ timeId: "Europe/Simferopol",
2510
+ timeSn: "1412",
2511
+ timeZoneGMT: "MSK-3",
2512
+ },
2513
+ {
2514
+ timeZoneName: "Skopje",
2515
+ timeId: "Europe/Skopje",
2516
+ timeSn: "1413",
2517
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2518
+ },
2519
+ {
2520
+ timeZoneName: "Sofia",
2521
+ timeId: "Europe/Sofia",
2522
+ timeSn: "1414",
2523
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2524
+ },
2525
+ {
2526
+ timeZoneName: "Stockholm",
2527
+ timeId: "Europe/Stockholm",
2528
+ timeSn: "1415",
2529
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2530
+ },
2531
+ {
2532
+ timeZoneName: "Tallinn",
2533
+ timeId: "Europe/Tallinn",
2534
+ timeSn: "1416",
2535
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2536
+ },
2537
+ {
2538
+ timeZoneName: "Tirane",
2539
+ timeId: "Europe/Tirane",
2540
+ timeSn: "1417",
2541
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2542
+ },
2543
+ {
2544
+ timeZoneName: "Tiraspol",
2545
+ timeId: "Europe/Tiraspol",
2546
+ timeSn: "1418",
2547
+ timeZoneGMT: "EET-2EEST,M3.5.0,M10.5.0/3",
2548
+ },
2549
+ {
2550
+ timeZoneName: "Ulyanovsk",
2551
+ timeId: "Europe/Ulyanovsk",
2552
+ timeSn: "1419",
2553
+ timeZoneGMT: "\u003c+04\u003e-4",
2554
+ },
2555
+ {
2556
+ timeZoneName: "Uzhhorod",
2557
+ timeId: "Europe/Uzhgorod",
2558
+ timeSn: "1420",
2559
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2560
+ },
2561
+ {
2562
+ timeZoneName: "Vaduz",
2563
+ timeId: "Europe/Vaduz",
2564
+ timeSn: "1421",
2565
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2566
+ },
2567
+ {
2568
+ timeZoneName: "Vatican",
2569
+ timeId: "Europe/Vatican",
2570
+ timeSn: "1422",
2571
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2572
+ },
2573
+ {
2574
+ timeZoneName: "Vienna",
2575
+ timeId: "Europe/Vienna",
2576
+ timeSn: "1423",
2577
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2578
+ },
2579
+ {
2580
+ timeZoneName: "Vilnius",
2581
+ timeId: "Europe/Vilnius",
2582
+ timeSn: "1424",
2583
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2584
+ },
2585
+ {
2586
+ timeZoneName: "Volgograd",
2587
+ timeId: "Europe/Volgograd",
2588
+ timeSn: "1425",
2589
+ timeZoneGMT: "\u003c+04\u003e-4",
2590
+ },
2591
+ {
2592
+ timeZoneName: "Warsaw",
2593
+ timeId: "Europe/Warsaw",
2594
+ timeSn: "1426",
2595
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2596
+ },
2597
+ {
2598
+ timeZoneName: "Zagreb",
2599
+ timeId: "Europe/Zagreb",
2600
+ timeSn: "1427",
2601
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2602
+ },
2603
+ {
2604
+ timeZoneName: "Zaporozhye",
2605
+ timeId: "Europe/Zaporozhye",
2606
+ timeSn: "1428",
2607
+ timeZoneGMT: "EET-2EEST,M3.5.0/3,M10.5.0/4",
2608
+ },
2609
+ {
2610
+ timeZoneName: "Zurich",
2611
+ timeId: "Europe/Zurich",
2612
+ timeSn: "1429",
2613
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2614
+ },
2615
+ {
2616
+ timeZoneName: "Greenwich",
2617
+ timeId: "Greenwich",
2618
+ timeSn: "1430",
2619
+ timeZoneGMT: "GMT0",
2620
+ },
2621
+ {
2622
+ timeZoneName: "Iceland",
2623
+ timeId: "Iceland",
2624
+ timeSn: "1431",
2625
+ timeZoneGMT: "GMT0",
2626
+ },
2627
+ {
2628
+ timeZoneName: "Antananarivo",
2629
+ timeId: "Indian/Antananarivo",
2630
+ timeSn: "1432",
2631
+ timeZoneGMT: "EAT-3",
2632
+ },
2633
+ {
2634
+ timeZoneName: "Chagos",
2635
+ timeId: "Indian/Chagos",
2636
+ timeSn: "1433",
2637
+ timeZoneGMT: "\u003c+06\u003e-6",
2638
+ },
2639
+ {
2640
+ timeZoneName: "Christmas",
2641
+ timeId: "Indian/Christmas",
2642
+ timeSn: "1434",
2643
+ timeZoneGMT: "\u003c+07\u003e-7",
2644
+ },
2645
+ {
2646
+ timeZoneName: "Cocos",
2647
+ timeId: "Indian/Cocos",
2648
+ timeSn: "1435",
2649
+ timeZoneGMT: "\u003c+0630\u003e-6:30",
2650
+ },
2651
+ {
2652
+ timeZoneName: "Comoro",
2653
+ timeId: "Indian/Comoro",
2654
+ timeSn: "1436",
2655
+ timeZoneGMT: "EAT-3",
2656
+ },
2657
+ {
2658
+ timeZoneName: "Kerguelen",
2659
+ timeId: "Indian/Kerguelen",
2660
+ timeSn: "1437",
2661
+ timeZoneGMT: "\u003c+05\u003e-5",
2662
+ },
2663
+ {
2664
+ timeZoneName: "Mahe",
2665
+ timeId: "Indian/Mahe",
2666
+ timeSn: "1438",
2667
+ timeZoneGMT: "\u003c+04\u003e-4",
2668
+ },
2669
+ {
2670
+ timeZoneName: "Maldives",
2671
+ timeId: "Indian/Maldives",
2672
+ timeSn: "1439",
2673
+ timeZoneGMT: "\u003c+05\u003e-5",
2674
+ },
2675
+ {
2676
+ timeZoneName: "Mauritius",
2677
+ timeId: "Indian/Mauritius",
2678
+ timeSn: "1440",
2679
+ timeZoneGMT: "\u003c+04\u003e-4",
2680
+ },
2681
+ {
2682
+ timeZoneName: "Mayotte",
2683
+ timeId: "Indian/Mayotte",
2684
+ timeSn: "1441",
2685
+ timeZoneGMT: "EAT-3",
2686
+ },
2687
+ {
2688
+ timeZoneName: "Reunion",
2689
+ timeId: "Indian/Reunion",
2690
+ timeSn: "1442",
2691
+ timeZoneGMT: "\u003c+04\u003e-4",
2692
+ },
2693
+ {
2694
+ timeZoneName: "Iran",
2695
+ timeId: "Iran",
2696
+ timeSn: "1443",
2697
+ timeZoneGMT: "\u003c+0330\u003e-3:30\u003c+0430\u003e,J80/0,J264/0",
2698
+ },
2699
+ {
2700
+ timeZoneName: "Israel",
2701
+ timeId: "Israel",
2702
+ timeSn: "1444",
2703
+ timeZoneGMT: "IST-2IDT,M3.5.0,M10.5.0",
2704
+ },
2705
+ {
2706
+ timeZoneName: "Japan",
2707
+ timeId: "Japan",
2708
+ timeSn: "1445",
2709
+ timeZoneGMT: "JST-9",
2710
+ },
2711
+ {
2712
+ timeZoneName: "Libya",
2713
+ timeId: "Libya",
2714
+ timeSn: "1446",
2715
+ timeZoneGMT: "EET-2",
2716
+ },
2717
+ {
2718
+ timeZoneName: "BajaNorte",
2719
+ timeId: "Mexico/BajaNorte",
2720
+ timeSn: "1447",
2721
+ timeZoneGMT: "PST8PDT,M3.2.0,M11.1.0",
2722
+ },
2723
+ {
2724
+ timeZoneName: "BajaSur",
2725
+ timeId: "Mexico/BajaSur",
2726
+ timeSn: "1448",
2727
+ timeZoneGMT: "MST7MDT,M4.1.0,M10.5.0",
2728
+ },
2729
+ {
2730
+ timeZoneName: "General",
2731
+ timeId: "Mexico/General",
2732
+ timeSn: "1449",
2733
+ timeZoneGMT: "CST6CDT,M4.1.0,M10.5.0",
2734
+ },
2735
+ {
2736
+ timeZoneName: "Navajo",
2737
+ timeId: "Navajo",
2738
+ timeSn: "1450",
2739
+ timeZoneGMT: "MST7MDT,M3.2.0,M11.1.0",
2740
+ },
2741
+ {
2742
+ timeZoneName: "Apia",
2743
+ timeId: "Pacific/Apia",
2744
+ timeSn: "1451",
2745
+ timeZoneGMT: "\u003c+13\u003e-13\u003c+14\u003e,M9.5.0/3,M4.1.0/4",
2746
+ },
2747
+ {
2748
+ timeZoneName: "Auckland",
2749
+ timeId: "Pacific/Auckland",
2750
+ timeSn: "1452",
2751
+ timeZoneGMT: "NZST-12NZDT,M9.5.0,M4.1.0/3",
2752
+ },
2753
+ {
2754
+ timeZoneName: "Bougainville",
2755
+ timeId: "Pacific/Bougainville",
2756
+ timeSn: "1453",
2757
+ timeZoneGMT: "\u003c+11\u003e-11",
2758
+ },
2759
+ {
2760
+ timeZoneName: "Chatham",
2761
+ timeId: "Pacific/Chatham",
2762
+ timeSn: "1454",
2763
+ timeZoneGMT: "\u003c+1245\u003e-12:45\u003c+1345\u003e,M9.5.0/2:45,M4.1.0/3:45",
2764
+ },
2765
+ {
2766
+ timeZoneName: "Chuuk",
2767
+ timeId: "Pacific/Chuuk",
2768
+ timeSn: "1455",
2769
+ timeZoneGMT: "\u003c+10\u003e-10",
2770
+ },
2771
+ {
2772
+ timeZoneName: "Easter",
2773
+ timeId: "Pacific/Easter",
2774
+ timeSn: "1456",
2775
+ timeZoneGMT: "\u003c-06\u003e6\u003c-05\u003e,M9.1.6/22,M4.1.6/22",
2776
+ },
2777
+ {
2778
+ timeZoneName: "Efate",
2779
+ timeId: "Pacific/Efate",
2780
+ timeSn: "1457",
2781
+ timeZoneGMT: "\u003c+11\u003e-11",
2782
+ },
2783
+ {
2784
+ timeZoneName: "Enderbury",
2785
+ timeId: "Pacific/Enderbury",
2786
+ timeSn: "1458",
2787
+ timeZoneGMT: "\u003c+13\u003e-13",
2788
+ },
2789
+ {
2790
+ timeZoneName: "Fakaofo",
2791
+ timeId: "Pacific/Fakaofo",
2792
+ timeSn: "1459",
2793
+ timeZoneGMT: "\u003c+13\u003e-13",
2794
+ },
2795
+ {
2796
+ timeZoneName: "Fiji",
2797
+ timeId: "Pacific/Fiji",
2798
+ timeSn: "1460",
2799
+ timeZoneGMT: "\u003c+12\u003e-12\u003c+13\u003e,M11.1.0,M1.3.0/3",
2800
+ },
2801
+ {
2802
+ timeZoneName: "Funafuti",
2803
+ timeId: "Pacific/Funafuti",
2804
+ timeSn: "1461",
2805
+ timeZoneGMT: "\u003c+12\u003e-12",
2806
+ },
2807
+ {
2808
+ timeZoneName: "Galapagos",
2809
+ timeId: "Pacific/Galapagos",
2810
+ timeSn: "1462",
2811
+ timeZoneGMT: "\u003c-06\u003e6",
2812
+ },
2813
+ {
2814
+ timeZoneName: "Gambier",
2815
+ timeId: "Pacific/Gambier",
2816
+ timeSn: "1463",
2817
+ timeZoneGMT: "\u003c-09\u003e9",
2818
+ },
2819
+ {
2820
+ timeZoneName: "Guadalcanal",
2821
+ timeId: "Pacific/Guadalcanal",
2822
+ timeSn: "1464",
2823
+ timeZoneGMT: "\u003c+11\u003e-11",
2824
+ },
2825
+ {
2826
+ timeZoneName: "Guam",
2827
+ timeId: "Pacific/Guam",
2828
+ timeSn: "1465",
2829
+ timeZoneGMT: "ChST-10",
2830
+ },
2831
+ {
2832
+ timeZoneName: "Honolulu",
2833
+ timeId: "Pacific/Honolulu",
2834
+ timeSn: "1466",
2835
+ timeZoneGMT: "HST10",
2836
+ },
2837
+ {
2838
+ timeZoneName: "Johnston",
2839
+ timeId: "Pacific/Johnston",
2840
+ timeSn: "1467",
2841
+ timeZoneGMT: "HST10",
2842
+ },
2843
+ {
2844
+ timeZoneName: "Kiritimati",
2845
+ timeId: "Pacific/Kiritimati",
2846
+ timeSn: "1468",
2847
+ timeZoneGMT: "\u003c+14\u003e-14",
2848
+ },
2849
+ {
2850
+ timeZoneName: "Kosrae",
2851
+ timeId: "Pacific/Kosrae",
2852
+ timeSn: "1469",
2853
+ timeZoneGMT: "\u003c+11\u003e-11",
2854
+ },
2855
+ {
2856
+ timeZoneName: "Kwajalein",
2857
+ timeId: "Pacific/Kwajalein",
2858
+ timeSn: "1470",
2859
+ timeZoneGMT: "\u003c+12\u003e-12",
2860
+ },
2861
+ {
2862
+ timeZoneName: "Majuro",
2863
+ timeId: "Pacific/Majuro",
2864
+ timeSn: "1471",
2865
+ timeZoneGMT: "\u003c+12\u003e-12",
2866
+ },
2867
+ {
2868
+ timeZoneName: "Marquesas",
2869
+ timeId: "Pacific/Marquesas",
2870
+ timeSn: "1472",
2871
+ timeZoneGMT: "\u003c-0930\u003e9:30",
2872
+ },
2873
+ {
2874
+ timeZoneName: "Midway",
2875
+ timeId: "Pacific/Midway",
2876
+ timeSn: "1473",
2877
+ timeZoneGMT: "SST11",
2878
+ },
2879
+ {
2880
+ timeZoneName: "Nauru",
2881
+ timeId: "Pacific/Nauru",
2882
+ timeSn: "1474",
2883
+ timeZoneGMT: "\u003c+12\u003e-12",
2884
+ },
2885
+ {
2886
+ timeZoneName: "Niue",
2887
+ timeId: "Pacific/Niue",
2888
+ timeSn: "1475",
2889
+ timeZoneGMT: "\u003c-11\u003e11",
2890
+ },
2891
+ {
2892
+ timeZoneName: "Norfolk",
2893
+ timeId: "Pacific/Norfolk",
2894
+ timeSn: "1476",
2895
+ timeZoneGMT: "\u003c+11\u003e-11",
2896
+ },
2897
+ {
2898
+ timeZoneName: "Noumea",
2899
+ timeId: "Pacific/Noumea",
2900
+ timeSn: "1477",
2901
+ timeZoneGMT: "\u003c+11\u003e-11",
2902
+ },
2903
+ {
2904
+ timeZoneName: "Pago Pago",
2905
+ timeId: "Pacific/Pago_Pago",
2906
+ timeSn: "1478",
2907
+ timeZoneGMT: "SST11",
2908
+ },
2909
+ {
2910
+ timeZoneName: "Palau",
2911
+ timeId: "Pacific/Palau",
2912
+ timeSn: "1479",
2913
+ timeZoneGMT: "\u003c+09\u003e-9",
2914
+ },
2915
+ {
2916
+ timeZoneName: "Pitcairn",
2917
+ timeId: "Pacific/Pitcairn",
2918
+ timeSn: "1480",
2919
+ timeZoneGMT: "\u003c-08\u003e8",
2920
+ },
2921
+ {
2922
+ timeZoneName: "Pohnpei",
2923
+ timeId: "Pacific/Pohnpei",
2924
+ timeSn: "1481",
2925
+ timeZoneGMT: "\u003c+11\u003e-11",
2926
+ },
2927
+ {
2928
+ timeZoneName: "Port Moresby",
2929
+ timeId: "Pacific/Port_Moresby",
2930
+ timeSn: "1482",
2931
+ timeZoneGMT: "\u003c+10\u003e-10",
2932
+ },
2933
+ {
2934
+ timeZoneName: "Rarotonga",
2935
+ timeId: "Pacific/Rarotonga",
2936
+ timeSn: "1483",
2937
+ timeZoneGMT: "\u003c-10\u003e10",
2938
+ },
2939
+ {
2940
+ timeZoneName: "Saipan",
2941
+ timeId: "Pacific/Saipan",
2942
+ timeSn: "1484",
2943
+ timeZoneGMT: "ChST-10",
2944
+ },
2945
+ {
2946
+ timeZoneName: "Samoa",
2947
+ timeId: "Pacific/Samoa",
2948
+ timeSn: "1485",
2949
+ timeZoneGMT: "SST11",
2950
+ },
2951
+ {
2952
+ timeZoneName: "Tahiti",
2953
+ timeId: "Pacific/Tahiti",
2954
+ timeSn: "1486",
2955
+ timeZoneGMT: "\u003c-10\u003e10",
2956
+ },
2957
+ {
2958
+ timeZoneName: "Tarawa",
2959
+ timeId: "Pacific/Tarawa",
2960
+ timeSn: "1487",
2961
+ timeZoneGMT: "\u003c+12\u003e-12",
2962
+ },
2963
+ {
2964
+ timeZoneName: "Tongatapu",
2965
+ timeId: "Pacific/Tongatapu",
2966
+ timeSn: "1488",
2967
+ timeZoneGMT: "\u003c+13\u003e-13",
2968
+ },
2969
+ {
2970
+ timeZoneName: "Wake",
2971
+ timeId: "Pacific/Wake",
2972
+ timeSn: "1489",
2973
+ timeZoneGMT: "\u003c+12\u003e-12",
2974
+ },
2975
+ {
2976
+ timeZoneName: "Wallis",
2977
+ timeId: "Pacific/Wallis",
2978
+ timeSn: "1490",
2979
+ timeZoneGMT: "\u003c+12\u003e-12",
2980
+ },
2981
+ {
2982
+ timeZoneName: "Yap",
2983
+ timeId: "Pacific/Yap",
2984
+ timeSn: "1491",
2985
+ timeZoneGMT: "\u003c+10\u003e-10",
2986
+ },
2987
+ {
2988
+ timeZoneName: "Poland",
2989
+ timeId: "Poland",
2990
+ timeSn: "1492",
2991
+ timeZoneGMT: "CET-1CEST,M3.5.0,M10.5.0/3",
2992
+ },
2993
+ {
2994
+ timeZoneName: "Portugal",
2995
+ timeId: "Portugal",
2996
+ timeSn: "1493",
2997
+ timeZoneGMT: "WET0WEST,M3.5.0/1,M10.5.0",
2998
+ },
2999
+ {
3000
+ timeZoneName: "Turkey",
3001
+ timeId: "Turkey",
3002
+ timeSn: "1494",
3003
+ timeZoneGMT: "\u003c+03\u003e-3",
3004
+ },
3005
+ {
3006
+ timeZoneName: "Alaska",
3007
+ timeId: "US/Alaska",
3008
+ timeSn: "1495",
3009
+ timeZoneGMT: "AKST9AKDT,M3.2.0,M11.1.0",
3010
+ },
3011
+ {
3012
+ timeZoneName: "Aleutian",
3013
+ timeId: "US/Aleutian",
3014
+ timeSn: "1496",
3015
+ timeZoneGMT: "HST10HDT,M3.2.0,M11.1.0",
3016
+ },
3017
+ {
3018
+ timeZoneName: "Arizona",
3019
+ timeId: "US/Arizona",
3020
+ timeSn: "1497",
3021
+ timeZoneGMT: "MST7",
3022
+ },
3023
+ {
3024
+ timeZoneName: "East-Indiana",
3025
+ timeId: "US/East-Indiana",
3026
+ timeSn: "1498",
3027
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
3028
+ },
3029
+ {
3030
+ timeZoneName: "Hawaii",
3031
+ timeId: "US/Hawaii",
3032
+ timeSn: "1499",
3033
+ timeZoneGMT: "HST10",
3034
+ },
3035
+ {
3036
+ timeZoneName: "Indiana-Starke",
3037
+ timeId: "US/Indiana-Starke",
3038
+ timeSn: "1500",
3039
+ timeZoneGMT: "CST6CDT,M3.2.0,M11.1.0",
3040
+ },
3041
+ {
3042
+ timeZoneName: "Michigan",
3043
+ timeId: "US/Michigan",
3044
+ timeSn: "1501",
3045
+ timeZoneGMT: "EST5EDT,M3.2.0,M11.1.0",
3046
+ },
3047
+ {
3048
+ timeZoneName: "Zulu",
3049
+ timeId: "Zulu",
3050
+ timeSn: "1502",
3051
+ timeZoneGMT: "UTC0",
3052
+ },
3053
+ ];
3054
+ //# sourceMappingURL=const.js.map