Last active
December 4, 2023 16:37
-
-
Save jaredreich/9f4aa2a1d460100aa40ddbc279d85660 to your computer and use it in GitHub Desktop.
JSON Timezone List
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"value": -12, | |
"text": "(GMT -12:00) Eniwetok, Kwajalein" | |
}, | |
{ | |
"value": -11, | |
"text": "(GMT -11:00) Midway Island, Samoa" | |
}, | |
{ | |
"value": -10, | |
"text": "(GMT -10:00) Hawaii" | |
}, | |
{ | |
"value": -9, | |
"text": "(GMT -9:00) Alaska" | |
}, | |
{ | |
"value": -8, | |
"text": "(GMT -8:00) Pacific Time (US & Canada)" | |
}, | |
{ | |
"value": -7, | |
"text": "(GMT -7:00) Mountain Time (US & Canada)" | |
}, | |
{ | |
"value": -6, | |
"text": "(GMT -6:00) Central Time (US & Canada), Mexico City" | |
}, | |
{ | |
"value": -5, | |
"text": "(GMT -5:00) Eastern Time (US & Canada), Bogota, Lima" | |
}, | |
{ | |
"value": -4, | |
"text": "(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz" | |
}, | |
{ | |
"value": -3.5, | |
"text": "(GMT -3:30) Newfoundland" | |
}, | |
{ | |
"value": -3, | |
"text": "(GMT -3:00) Brazil, Buenos Aires, Georgetown" | |
}, | |
{ | |
"value": -2, | |
"text": "(GMT -2:00) Mid-Atlantic" | |
}, | |
{ | |
"value": -1, | |
"text": "(GMT -1:00) Azores, Cape Verde Islands" | |
}, | |
{ | |
"value": 0, | |
"text": "(GMT) Western Europe Time, London, Lisbon, Casablanca" | |
}, | |
{ | |
"value": 1, | |
"text": "(GMT +1:00) Brussels, Copenhagen, Madrid, Paris" | |
}, | |
{ | |
"value": 2, | |
"text": "(GMT +2:00) Kaliningrad, South Africa" | |
}, | |
{ | |
"value": 3, | |
"text": "(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg" | |
}, | |
{ | |
"value": 3.5, | |
"text": "(GMT +3:30) Tehran" | |
}, | |
{ | |
"value": 4, | |
"text": "(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi" | |
}, | |
{ | |
"value": 4.5, | |
"text": "(GMT +4:30) Kabul" | |
}, | |
{ | |
"value": 5, | |
"text": "(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent" | |
}, | |
{ | |
"value": 5.5, | |
"text": "(GMT +5:30) Bombay, Calcutta, Madras, New Delhi" | |
}, | |
{ | |
"value": 5.75, | |
"text": "(GMT +5:45) Kathmandu" | |
}, | |
{ | |
"value": 6, | |
"text": "(GMT +6:00) Almaty, Dhaka, Colombo" | |
}, | |
{ | |
"value": 7, | |
"text": "(GMT +7:00) Bangkok, Hanoi, Jakarta" | |
}, | |
{ | |
"value": 8, | |
"text": "(GMT +8:00) Beijing, Perth, Singapore, Hong Kong" | |
}, | |
{ | |
"value": 9, | |
"text": "(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk" | |
}, | |
{ | |
"value": 9.5, | |
"text": "(GMT +9:30) Adelaide, Darwin" | |
}, | |
{ | |
"value": 10, | |
"text": "(GMT +10:00) Eastern Australia, Guam, Vladivostok" | |
}, | |
{ | |
"value": 11, | |
"text": "(GMT +11:00) Magadan, Solomon Islands, New Caledonia" | |
}, | |
{ | |
"value": 12, | |
"text": "(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka" | |
} | |
] |
Finally, a list with only main timezones
@jaredreich Thanks for the time zones list. In the above Eniwetok, Kwajalein is specified as (GMT - 12 Hrs). But actually for both of these, their time zone is (GMT + 12 Hrs)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Helpful. Thx