eufy-security-client 2.2.1 → 2.2.3

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