Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created December 24, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djalmaaraujo/2e4e087bb8de48b4442e to your computer and use it in GitHub Desktop.
Save djalmaaraujo/2e4e087bb8de48b4442e to your computer and use it in GitHub Desktop.
Timezones List in Javascript Object
// https://gist.githubusercontent.com/gerardroche/eeeef30aa1c8c7fa3ab4/raw/0fdc5e87ed73368be92ebccff02d47c7a964fbd9/gistfile1.txt
module.exports = {
'Pacific/Kiritimati': {
cc: 'KI'
, offset: '50400 (14 hours)'
, comments: 'Line Islands'
},
'Pacific/Chatham': {
cc: 'NZ'
, offset: '49500 (13.75 hours)'
, comments: 'Chatham Islands'
},
'Pacific/Fakaofo': {
cc: 'TK'
, offset: '46800 (13 hours)'
, comments: ''
},
'Antarctica/South_Pole': {
cc: 'AQ'
, offset: '46800 (13 hours)'
, comments: 'Amundsen-Scott Station, South Pole'
},
'Antarctica/McMurdo': {
cc: 'AQ'
, offset: '46800 (13 hours)'
, comments: 'McMurdo Station, Ross Island'
},
'Pacific/Tongatapu': {
cc: 'TO'
, offset: '46800 (13 hours)'
, comments: ''
},
'Pacific/Enderbury': {
cc: 'KI'
, offset: '46800 (13 hours)'
, comments: 'Phoenix Islands'
},
'Pacific/Apia': {
cc: 'WS'
, offset: '46800 (13 hours)'
, comments: ''
},
'Pacific/Auckland': {
cc: 'NZ'
, offset: '46800 (13 hours)'
, comments: 'most locations'
},
'Asia/Magadan': {
cc: 'RU'
, offset: '43200 (12 hours)'
, comments: 'Moscow+08 - Magadan'
},
'Pacific/Tarawa': {
cc: 'KI'
, offset: '43200 (12 hours)'
, comments: 'Gilbert Islands'
},
'Asia/Anadyr': {
cc: 'RU'
, offset: '43200 (12 hours)'
, comments: 'Moscow+08 - Bering Sea'
},
'Pacific/Wake': {
cc: 'UM'
, offset: '43200 (12 hours)'
, comments: 'Wake Island'
},
'Pacific/Wallis': {
cc: 'WF'
, offset: '43200 (12 hours)'
, comments: ''
},
'Pacific/Funafuti': {
cc: 'TV'
, offset: '43200 (12 hours)'
, comments: ''
},
'Asia/Kamchatka': {
cc: 'RU'
, offset: '43200 (12 hours)'
, comments: 'Moscow+08 - Kamchatka'
},
'Pacific/Nauru': {
cc: 'NR'
, offset: '43200 (12 hours)'
, comments: ''
},
'Pacific/Kwajalein': {
cc: 'MH'
, offset: '43200 (12 hours)'
, comments: 'Kwajalein'
},
'Pacific/Fiji': {
cc: 'FJ'
, offset: '43200 (12 hours)'
, comments: ''
},
'Pacific/Majuro': {
cc: 'MH'
, offset: '43200 (12 hours)'
, comments: 'most locations'
},
'Pacific/Norfolk': {
cc: 'NF'
, offset: '41400 (11.5 hours)'
, comments: ''
},
'Antarctica/Macquarie': {
cc: 'AQ'
, offset: '39600 (11 hours)'
, comments: 'Macquarie Island Station, Macquarie Island'
},
'Pacific/Kosrae': {
cc: 'FM'
, offset: '39600 (11 hours)'
, comments: 'Kosrae'
},
'Australia/Currie': {
cc: 'AU'
, offset: '39600 (11 hours)'
, comments: 'Tasmania - King Island'
},
'Australia/Hobart': {
cc: 'AU'
, offset: '39600 (11 hours)'
, comments: 'Tasmania - most locations'
},
'Pacific/Guadalcanal': {
cc: 'SB'
, offset: '39600 (11 hours)'
, comments: ''
},
'Australia/Sydney': {
cc: 'AU'
, offset: '39600 (11 hours)'
, comments: 'New South Wales - most locations'
},
'Asia/Sakhalin': {
cc: 'RU'
, offset: '39600 (11 hours)'
, comments: 'Moscow+07 - Sakhalin Island'
},
'Australia/Lord_Howe': {
cc: 'AU'
, offset: '39600 (11 hours)'
, comments: 'Lord Howe Island'
},
'Pacific/Pohnpei': {
cc: 'FM'
, offset: '39600 (11 hours)'
, comments: 'Pohnpei (Ponape)'
},
'Australia/Melbourne': {
cc: 'AU'
, offset: '39600 (11 hours)'
, comments: 'Victoria'
},
'Pacific/Efate': {
cc: 'VU'
, offset: '39600 (11 hours)'
, comments: ''
},
'Asia/Vladivostok': {
cc: 'RU'
, offset: '39600 (11 hours)'
, comments: 'Moscow+07 - Amur River'
},
'Pacific/Noumea': {
cc: 'NC'
, offset: '39600 (11 hours)'
, comments: ''
},
'Australia/Broken_Hill': {
cc: 'AU'
, offset: '37800 (10.5 hours)'
, comments: 'New South Wales - Yancowinna'
},
'Australia/Adelaide': {
cc: 'AU'
, offset: '37800 (10.5 hours)'
, comments: 'South Australia'
},
'Pacific/Port_Moresby': {
cc: 'PG'
, offset: '36000 (10 hours)'
, comments: ''
},
'Asia/Yakutsk': {
cc: 'RU'
, offset: '36000 (10 hours)'
, comments: 'Moscow+06 - Lena River'
},
'Australia/Brisbane': {
cc: 'AU'
, offset: '36000 (10 hours)'
, comments: 'Queensland - most locations'
},
'Pacific/Chuuk': {
cc: 'FM'
, offset: '36000 (10 hours)'
, comments: 'Chuuk (Truk) and Yap'
},
'Antarctica/DumontDUrville': {
cc: 'AQ'
, offset: '36000 (10 hours)'
, comments: 'Dumont-d\'Urville Station, Terre Adelie'
},
'Pacific/Saipan': {
cc: 'MP'
, offset: '36000 (10 hours)'
, comments: ''
},
'Pacific/Guam': {
cc: 'GU'
, offset: '36000 (10 hours)'
, comments: ''
},
'Australia/Lindeman': {
cc: 'AU'
, offset: '36000 (10 hours)'
, comments: 'Queensland - Holiday Islands'
},
'Australia/Darwin': {
cc: 'AU'
, offset: '34200 (9.5 hours)'
, comments: 'Northern Territory'
},
'Asia/Jayapura': {
cc: 'ID'
, offset: '32400 (9 hours)'
, comments: 'west New Guinea (Irian Jaya) & Malukus (Moluccas)'
},
'Asia/Dili': {
cc: 'TL'
, offset: '32400 (9 hours)'
, comments: ''
},
'Asia/Irkutsk': {
cc: 'RU'
, offset: '32400 (9 hours)'
, comments: 'Moscow+05 - Lake Baikal'
},
'Asia/Seoul': {
cc: 'KR'
, offset: '32400 (9 hours)'
, comments: ''
},
'Asia/Tokyo': {
cc: 'JP'
, offset: '32400 (9 hours)'
, comments: ''
},
'Asia/Pyongyang': {
cc: 'KP'
, offset: '32400 (9 hours)'
, comments: ''
},
'Pacific/Palau': {
cc: 'PW'
, offset: '32400 (9 hours)'
, comments: ''
},
'Australia/Eucla': {
cc: 'AU'
, offset: '31500 (8.75 hours)'
, comments: 'Western Australia - Eucla area'
},
'Asia/Choibalsan': {
cc: 'MN'
, offset: '28800 (8 hours)'
, comments: 'Dornod, Sukhbaatar'
},
'Asia/Urumqi': {
cc: 'CN'
, offset: '28800 (8 hours)'
, comments: 'most of Tibet & Xinjiang'
},
'Asia/Hong_Kong': {
cc: 'HK'
, offset: '28800 (8 hours)'
, comments: ''
},
'Australia/Perth': {
cc: 'AU'
, offset: '28800 (8 hours)'
, comments: 'Western Australia - most locations'
},
'Asia/Taipei': {
cc: 'TW'
, offset: '28800 (8 hours)'
, comments: ''
},
'Antarctica/Casey': {
cc: 'AQ'
, offset: '28800 (8 hours)'
, comments: 'Casey Station, Bailey Peninsula'
},
'Asia/Brunei': {
cc: 'BN'
, offset: '28800 (8 hours)'
, comments: ''
},
'Asia/Singapore': {
cc: 'SG'
, offset: '28800 (8 hours)'
, comments: ''
},
'Asia/Shanghai': {
cc: 'CN'
, offset: '28800 (8 hours)'
, comments: 'east China - Beijing, Guangdong, Shanghai, etc.'
},
'Asia/Ulaanbaatar': {
cc: 'MN'
, offset: '28800 (8 hours)'
, comments: 'most locations'
},
'Asia/Krasnoyarsk': {
cc: 'RU'
, offset: '28800 (8 hours)'
, comments: 'Moscow+04 - Yenisei River'
},
'Asia/Harbin': {
cc: 'CN'
, offset: '28800 (8 hours)'
, comments: 'Heilongjiang (except Mohe), Jilin'
},
'Asia/Chongqing': {
cc: 'CN'
, offset: '28800 (8 hours)'
, comments: 'central China - Sichuan, Yunnan, Guangxi, Shaanxi, Guizhou, etc.'
},
'Asia/Kuala_Lumpur': {
cc: 'MY'
, offset: '28800 (8 hours)'
, comments: 'peninsular Malaysia'
},
'Asia/Kashgar': {
cc: 'CN'
, offset: '28800 (8 hours)'
, comments: 'west Tibet & Xinjiang'
},
'Asia/Kuching': {
cc: 'MY'
, offset: '28800 (8 hours)'
, comments: 'Sabah & Sarawak'
},
'Asia/Makassar': {
cc: 'ID'
, offset: '28800 (8 hours)'
, comments: 'east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor'
},
'Asia/Macau': {
cc: 'MO'
, offset: '28800 (8 hours)'
, comments: ''
},
'Asia/Manila': {
cc: 'PH'
, offset: '28800 (8 hours)'
, comments: ''
},
'Asia/Novokuznetsk': {
cc: 'RU'
, offset: '25200 (7 hours)'
, comments: 'Moscow+03 - Novokuznetsk'
},
'Asia/Phnom_Penh': {
cc: 'KH'
, offset: '25200 (7 hours)'
, comments: ''
},
'Asia/Pontianak': {
cc: 'ID'
, offset: '25200 (7 hours)'
, comments: 'west & central Borneo'
},
'Asia/Novosibirsk': {
cc: 'RU'
, offset: '25200 (7 hours)'
, comments: 'Moscow+03 - Novosibirsk'
},
'Asia/Omsk': {
cc: 'RU'
, offset: '25200 (7 hours)'
, comments: 'Moscow+03 - west Siberia'
},
'Asia/Vientiane': {
cc: 'LA'
, offset: '25200 (7 hours)'
, comments: ''
},
'Asia/Jakarta': {
cc: 'ID'
, offset: '25200 (7 hours)'
, comments: 'Java & Sumatra'
},
'Indian/Christmas': {
cc: 'CX'
, offset: '25200 (7 hours)'
, comments: ''
},
'Asia/Hovd': {
cc: 'MN'
, offset: '25200 (7 hours)'
, comments: 'Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan'
},
'Asia/Ho_Chi_Minh': {
cc: 'VN'
, offset: '25200 (7 hours)'
, comments: ''
},
'Asia/Bangkok': {
cc: 'TH'
, offset: '25200 (7 hours)'
, comments: ''
},
'Antarctica/Davis': {
cc: 'AQ'
, offset: '25200 (7 hours)'
, comments: 'Davis Station, Vestfold Hills'
},
'Indian/Cocos': {
cc: 'CC'
, offset: '23400 (6.5 hours)'
, comments: ''
},
'Asia/Rangoon': {
cc: 'MM'
, offset: '23400 (6.5 hours)'
, comments: ''
},
'Asia/Thimphu': {
cc: 'BT'
, offset: '21600 (6 hours)'
, comments: ''
},
'Asia/Qyzylorda': {
cc: 'KZ'
, offset: '21600 (6 hours)'
, comments: 'Qyzylorda (Kyzylorda, Kzyl-Orda)'
},
'Indian/Chagos': {
cc: 'IO'
, offset: '21600 (6 hours)'
, comments: ''
},
'Asia/Yekaterinburg': {
cc: 'RU'
, offset: '21600 (6 hours)'
, comments: 'Moscow+02 - Urals'
},
'Asia/Dhaka': {
cc: 'BD'
, offset: '21600 (6 hours)'
, comments: ''
},
'Antarctica/Vostok': {
cc: 'AQ'
, offset: '21600 (6 hours)'
, comments: 'Vostok Station, Lake Vostok'
},
'Asia/Almaty': {
cc: 'KZ'
, offset: '21600 (6 hours)'
, comments: 'most locations'
},
'Asia/Bishkek': {
cc: 'KG'
, offset: '21600 (6 hours)'
, comments: ''
},
'Asia/Kathmandu': {
cc: 'NP'
, offset: '20700 (5.75 hours)'
, comments: ''
},
'Asia/Colombo': {
cc: 'LK'
, offset: '19800 (5.5 hours)'
, comments: ''
},
'Asia/Kolkata': {
cc: 'IN'
, offset: '19800 (5.5 hours)'
, comments: ''
},
'Asia/Karachi': {
cc: 'PK'
, offset: '18000 (5 hours)'
, comments: ''
},
'Asia/Oral': {
cc: 'KZ'
, offset: '18000 (5 hours)'
, comments: 'West Kazakhstan'
},
'Asia/Ashgabat': {
cc: 'TM'
, offset: '18000 (5 hours)'
, comments: ''
},
'Asia/Aqtau': {
cc: 'KZ'
, offset: '18000 (5 hours)'
, comments: 'Atyrau (Atirau, Gu\'yev), Mangghystau (Mankistau)'
},
'Indian/Kerguelen': {
cc: 'TF'
, offset: '18000 (5 hours)'
, comments: ''
},
'Antarctica/Mawson': {
cc: 'AQ'
, offset: '18000 (5 hours)'
, comments: 'Mawson Station, Holme Bay'
},
'Indian/Maldives': {
cc: 'MV'
, offset: '18000 (5 hours)'
, comments: ''
},
'Asia/Aqtobe': {
cc: 'KZ'
, offset: '18000 (5 hours)'
, comments: 'Aqtobe (Aktobe)'
},
'Asia/Samarkand': {
cc: 'UZ'
, offset: '18000 (5 hours)'
, comments: 'west Uzbekistan'
},
'Asia/Dushanbe': {
cc: 'TJ'
, offset: '18000 (5 hours)'
, comments: ''
},
'Asia/Tashkent': {
cc: 'UZ'
, offset: '18000 (5 hours)'
, comments: 'east Uzbekistan'
},
'Asia/Kabul': {
cc: 'AF'
, offset: '16200 (4.5 hours)'
, comments: ''
},
'Indian/Reunion': {
cc: 'RE'
, offset: '14400 (4 hours)'
, comments: ''
},
'Asia/Baku': {
cc: 'AZ'
, offset: '14400 (4 hours)'
, comments: ''
},
'Indian/Mahe': {
cc: 'SC'
, offset: '14400 (4 hours)'
, comments: ''
},
'Europe/Samara': {
cc: 'RU'
, offset: '14400 (4 hours)'
, comments: 'Moscow+00 - Samara, Udmurtia'
},
'Europe/Volgograd': {
cc: 'RU'
, offset: '14400 (4 hours)'
, comments: 'Moscow+00 - Caspian Sea'
},
'Asia/Yerevan': {
cc: 'AM'
, offset: '14400 (4 hours)'
, comments: ''
},
'Asia/Tbilisi': {
cc: 'GE'
, offset: '14400 (4 hours)'
, comments: ''
},
'Indian/Mauritius': {
cc: 'MU'
, offset: '14400 (4 hours)'
, comments: ''
},
'Asia/Dubai': {
cc: 'AE'
, offset: '14400 (4 hours)'
, comments: ''
},
'Europe/Moscow': {
cc: 'RU'
, offset: '14400 (4 hours)'
, comments: 'Moscow+00 - west Russia'
},
'Asia/Muscat': {
cc: 'OM'
, offset: '14400 (4 hours)'
, comments: ''
},
'Asia/Tehran': {
cc: 'IR'
, offset: '12600 (3.5 hours)'
, comments: ''
},
'Asia/Qatar': {
cc: 'QA'
, offset: '10800 (3 hours)'
, comments: ''
},
'Antarctica/Syowa': {
cc: 'AQ'
, offset: '10800 (3 hours)'
, comments: 'Syowa Station, E Ongul I'
},
'Asia/Bahrain': {
cc: 'BH'
, offset: '10800 (3 hours)'
, comments: ''
},
'Indian/Comoro': {
cc: 'KM'
, offset: '10800 (3 hours)'
, comments: ''
},
'Asia/Aden': {
cc: 'YE'
, offset: '10800 (3 hours)'
, comments: ''
},
'Asia/Baghdad': {
cc: 'IQ'
, offset: '10800 (3 hours)'
, comments: ''
},
'Indian/Antananarivo': {
cc: 'MG'
, offset: '10800 (3 hours)'
, comments: ''
},
'Asia/Riyadh': {
cc: 'SA'
, offset: '10800 (3 hours)'
, comments: ''
},
'Indian/Mayotte': {
cc: 'YT'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Addis_Ababa': {
cc: 'ET'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Asmara': {
cc: 'ER'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Juba': {
cc: 'SS'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Nairobi': {
cc: 'KE'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Dar_es_Salaam': {
cc: 'TZ'
, offset: '10800 (3 hours)'
, comments: ''
},
'Europe/Minsk': {
cc: 'BY'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Kampala': {
cc: 'UG'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Mogadishu': {
cc: 'SO'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Djibouti': {
cc: 'DJ'
, offset: '10800 (3 hours)'
, comments: ''
},
'Africa/Khartoum': {
cc: 'SD'
, offset: '10800 (3 hours)'
, comments: ''
},
'Europe/Kaliningrad': {
cc: 'RU'
, offset: '10800 (3 hours)'
, comments: 'Moscow-01 - Kaliningrad'
},
'Asia/Kuwait': {
cc: 'KW'
, offset: '10800 (3 hours)'
, comments: ''
},
'Europe/Vilnius': {
cc: 'LT'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Uzhgorod': {
cc: 'UA'
, offset: '7200 (2 hours)'
, comments: 'Ruthenia'
},
'Europe/Tallinn': {
cc: 'EE'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Simferopol': {
cc: 'UA'
, offset: '7200 (2 hours)'
, comments: 'central Crimea'
},
'Asia/Jerusalem': {
cc: 'IL'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Mariehamn': {
cc: 'AX'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Windhoek': {
cc: 'NA'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Lubumbashi': {
cc: 'CD'
, offset: '7200 (2 hours)'
, comments: 'east Dem. Rep. of Congo'
},
'Europe/Kiev': {
cc: 'UA'
, offset: '7200 (2 hours)'
, comments: 'most locations'
},
'Africa/Mbabane': {
cc: 'SZ'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Maputo': {
cc: 'MZ'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Istanbul': {
cc: 'TR'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Zaporozhye': {
cc: 'UA'
, offset: '7200 (2 hours)'
, comments: 'Zaporozh\'ye, E Lugansk / Zaporizhia, E Luhansk'
},
'Asia/Nicosia': {
cc: 'CY'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Helsinki': {
cc: 'FI'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Riga': {
cc: 'LV'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Tripoli': {
cc: 'LY'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Lusaka': {
cc: 'ZM'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Sofia': {
cc: 'BG'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Chisinau': {
cc: 'MD'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Maseru': {
cc: 'LS'
, offset: '7200 (2 hours)'
, comments: ''
},
'Europe/Bucharest': {
cc: 'RO'
, offset: '7200 (2 hours)'
, comments: ''
},
'Asia/Damascus': {
cc: 'SY'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Gaborone': {
cc: 'BW'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Harare': {
cc: 'ZW'
, offset: '7200 (2 hours)'
, comments: ''
},
'Asia/Beirut': {
cc: 'LB'
, offset: '7200 (2 hours)'
, comments: ''
},
'Asia/Hebron': {
cc: 'PS'
, offset: '7200 (2 hours)'
, comments: 'West Bank'
},
'Europe/Athens': {
cc: 'GR'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Johannesburg': {
cc: 'ZA'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Blantyre': {
cc: 'MW'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Bujumbura': {
cc: 'BI'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Cairo': {
cc: 'EG'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Kigali': {
cc: 'RW'
, offset: '7200 (2 hours)'
, comments: ''
},
'Asia/Gaza': {
cc: 'PS'
, offset: '7200 (2 hours)'
, comments: 'Gaza Strip'
},
'Asia/Amman': {
cc: 'JO'
, offset: '7200 (2 hours)'
, comments: ''
},
'Africa/Libreville': {
cc: 'GA'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Ndjamena': {
cc: 'TD'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Kinshasa': {
cc: 'CD'
, offset: '3600 (1 hours)'
, comments: 'west Dem. Rep. of Congo'
},
'Africa/Lagos': {
cc: 'NG'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Copenhagen': {
cc: 'DK'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Brussels': {
cc: 'BE'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Gibraltar': {
cc: 'GI'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Rome': {
cc: 'IT'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Vaduz': {
cc: 'LI'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Amsterdam': {
cc: 'NL'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Zurich': {
cc: 'CH'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Vatican': {
cc: 'VA'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Malabo': {
cc: 'GQ'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Ljubljana': {
cc: 'SI'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Porto-Novo': {
cc: 'BJ'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Luxembourg': {
cc: 'LU'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Podgorica': {
cc: 'ME'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Sarajevo': {
cc: 'BA'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Prague': {
cc: 'CZ'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Luanda': {
cc: 'AO'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/San_Marino': {
cc: 'SM'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Andorra': {
cc: 'AD'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Ceuta': {
cc: 'ES'
, offset: '3600 (1 hours)'
, comments: 'Ceuta & Melilla'
},
'Europe/Berlin': {
cc: 'DE'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Belgrade': {
cc: 'RS'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Brazzaville': {
cc: 'CG'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Skopje': {
cc: 'MK'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Bratislava': {
cc: 'SK'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Bangui': {
cc: 'CF'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Algiers': {
cc: 'DZ'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Stockholm': {
cc: 'SE'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Madrid': {
cc: 'ES'
, offset: '3600 (1 hours)'
, comments: 'mainland'
},
'Europe/Tirane': {
cc: 'AL'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Douala': {
cc: 'CM'
, offset: '3600 (1 hours)'
, comments: ''
},
'Arctic/Longyearbyen': {
cc: 'SJ'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Warsaw': {
cc: 'PL'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Vienna': {
cc: 'AT'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Monaco': {
cc: 'MC'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Oslo': {
cc: 'NO'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Zagreb': {
cc: 'HR'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Budapest': {
cc: 'HU'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Niamey': {
cc: 'NE'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Paris': {
cc: 'FR'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Tunis': {
cc: 'TN'
, offset: '3600 (1 hours)'
, comments: ''
},
'Europe/Malta': {
cc: 'MT'
, offset: '3600 (1 hours)'
, comments: ''
},
'Africa/Accra': {
cc: 'GH'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Bamako': {
cc: 'ML'
, offset: '0 (0 hours)'
, comments: ''
},
'Atlantic/Canary': {
cc: 'ES'
, offset: '0 (0 hours)'
, comments: 'Canary Islands'
},
'Africa/Abidjan': {
cc: 'CI'
, offset: '0 (0 hours)'
, comments: ''
},
'Atlantic/Reykjavik': {
cc: 'IS'
, offset: '0 (0 hours)'
, comments: ''
},
'Atlantic/Faroe': {
cc: 'FO'
, offset: '0 (0 hours)'
, comments: ''
},
'Atlantic/St_Helena': {
cc: 'SH'
, offset: '0 (0 hours)'
, comments: ''
},
'Atlantic/Madeira': {
cc: 'PT'
, offset: '0 (0 hours)'
, comments: 'Madeira Islands'
},
'Africa/Bissau': {
cc: 'GW'
, offset: '0 (0 hours)'
, comments: ''
},
'Europe/Dublin': {
cc: 'IE'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Banjul': {
cc: 'GM'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/El_Aaiun': {
cc: 'EH'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Casablanca': {
cc: 'MA'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Lome': {
cc: 'TG'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Conakry': {
cc: 'GN'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Freetown': {
cc: 'SL'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Dakar': {
cc: 'SN'
, offset: '0 (0 hours)'
, comments: ''
},
'Europe/Guernsey': {
cc: 'GG'
, offset: '0 (0 hours)'
, comments: ''
},
'Europe/Isle_of_Man': {
cc: 'IM'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Monrovia': {
cc: 'LR'
, offset: '0 (0 hours)'
, comments: ''
},
'Europe/Jersey': {
cc: 'JE'
, offset: '0 (0 hours)'
, comments: ''
},
'Europe/Lisbon': {
cc: 'PT'
, offset: '0 (0 hours)'
, comments: 'mainland'
},
'Europe/London': {
cc: 'GB'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Nouakchott': {
cc: 'MR'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Ouagadougou': {
cc: 'BF'
, offset: '0 (0 hours)'
, comments: ''
},
'Africa/Sao_Tome': {
cc: 'ST'
, offset: '0 (0 hours)'
, comments: ''
},
'UTC': {
cc: '??'
, offset: '0 (0 hours)'
, comments: ''
},
'America/Danmarkshavn': {
cc: 'GL'
, offset: '0 (0 hours)'
, comments: 'east coast, north of Scoresbysund'
},
'America/Scoresbysund': {
cc: 'GL'
, offset: '-3600 (-1 hours)'
, comments: 'Scoresbysund / Ittoqqortoormiit'
},
'Atlantic/Azores': {
cc: 'PT'
, offset: '-3600 (-1 hours)'
, comments: 'Azores'
},
'Atlantic/Cape_Verde': {
cc: 'CV'
, offset: '-3600 (-1 hours)'
, comments: ''
},
'Atlantic/South_Georgia': {
cc: 'GS'
, offset: '-7200 (-2 hours)'
, comments: ''
},
'America/Bahia': {
cc: 'BR'
, offset: '-7200 (-2 hours)'
, comments: 'Bahia'
},
'America/Sao_Paulo': {
cc: 'BR'
, offset: '-7200 (-2 hours)'
, comments: 'S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)'
},
'America/Noronha': {
cc: 'BR'
, offset: '-7200 (-2 hours)'
, comments: 'Atlantic islands'
},
'America/Montevideo': {
cc: 'UY'
, offset: '-7200 (-2 hours)'
, comments: ''
},
'America/Fortaleza': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'NE Brazil (MA, PI, CE, RN, PB)'
},
'America/Argentina/Ushuaia': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Tierra del Fuego (TF)'
},
'America/Asuncion': {
cc: 'PY'
, offset: '-10800 (-3 hours)'
, comments: ''
},
'America/Maceio': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Alagoas, Sergipe'
},
'America/Cuiaba': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Mato Grosso'
},
'America/Argentina/Buenos_Aires': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Buenos Aires (BA, CF)'
},
'America/Buenos_Aires': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Buenos Aires (BA, CF)'
},
'America/Santarem': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'W Para'
},
'America/Argentina/Tucuman': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Tucuman (TM)'
},
'America/Argentina/San_Luis': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'San Luis (SL)'
},
'America/Argentina/Catamarca': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Catamarca (CT), Chubut (CH)'
},
'America/Argentina/San_Juan': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'San Juan (SJ)'
},
'America/Araguaina': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Tocantins'
},
'America/Argentina/Salta': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: '(SA, LP, NQ, RN)'
},
'America/Godthab': {
cc: 'GL'
, offset: '-10800 (-3 hours)'
, comments: 'most locations'
},
'America/Argentina/Rio_Gallegos': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Santa Cruz (SC)'
},
'America/Miquelon': {
cc: 'PM'
, offset: '-10800 (-3 hours)'
, comments: ''
},
'America/Paramaribo': {
cc: 'SR'
, offset: '-10800 (-3 hours)'
, comments: ''
},
'America/Argentina/Mendoza': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Mendoza (MZ)'
},
'America/Argentina/La_Rioja': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'La Rioja (LR)'
},
'America/Recife': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Pernambuco'
},
'America/Argentina/Jujuy': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'Jujuy (JY)'
},
'America/Santiago': {
cc: 'CL'
, offset: '-10800 (-3 hours)'
, comments: 'most locations'
},
'Antarctica/Palmer': {
cc: 'AQ'
, offset: '-10800 (-3 hours)'
, comments: 'Palmer Station, Anvers Island'
},
'America/Argentina/Cordoba': {
cc: 'AR'
, offset: '-10800 (-3 hours)'
, comments: 'most locations (CB, CC, CN, ER, FM, MN, SE, SF)'
},
'America/Belem': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Amapa, E Para'
},
'America/Cayenne': {
cc: 'GF'
, offset: '-10800 (-3 hours)'
, comments: ''
},
'America/Campo_Grande': {
cc: 'BR'
, offset: '-10800 (-3 hours)'
, comments: 'Mato Grosso do Sul'
},
'Antarctica/Rothera': {
cc: 'AQ'
, offset: '-10800 (-3 hours)'
, comments: 'Rothera Station, Adelaide Island'
},
'Atlantic/Stanley': {
cc: 'FK'
, offset: '-10800 (-3 hours)'
, comments: ''
},
'America/St_Johns': {
cc: 'CA'
, offset: '-12600 (-3.5 hours)'
, comments: 'Newfoundland Time, including SE Labrador'
},
'America/Barbados': {
cc: 'BB'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Anguilla': {
cc: 'AI'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Antigua': {
cc: 'AG'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Aruba': {
cc: 'AW'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Tortola': {
cc: 'VG'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Thule': {
cc: 'GL'
, offset: '-14400 (-4 hours)'
, comments: 'Thule / Pituffik'
},
'America/Blanc-Sablon': {
cc: 'CA'
, offset: '-14400 (-4 hours)'
, comments: 'Atlantic Standard Time - Quebec - Lower North Shore'
},
'Atlantic/Bermuda': {
cc: 'BM'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Eirunepe': {
cc: 'BR'
, offset: '-14400 (-4 hours)'
, comments: 'W Amazonas'
},
'America/Puerto_Rico': {
cc: 'PR'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Boa_Vista': {
cc: 'BR'
, offset: '-14400 (-4 hours)'
, comments: 'Roraima'
},
'America/St_Thomas': {
cc: 'VI'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/St_Kitts': {
cc: 'KN'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/St_Vincent': {
cc: 'VC'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/St_Lucia': {
cc: 'LC'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Porto_Velho': {
cc: 'BR'
, offset: '-14400 (-4 hours)'
, comments: 'Rondonia'
},
'America/Rio_Branco': {
cc: 'BR'
, offset: '-14400 (-4 hours)'
, comments: 'Acre'
},
'America/Guadeloupe': {
cc: 'GP'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/St_Barthelemy': {
cc: 'BL'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Goose_Bay': {
cc: 'CA'
, offset: '-14400 (-4 hours)'
, comments: 'Atlantic Time - Labrador - most locations'
},
'America/Curacao': {
cc: 'CW'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Martinique': {
cc: 'MQ'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Dominica': {
cc: 'DM'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Glace_Bay': {
cc: 'CA'
, offset: '-14400 (-4 hours)'
, comments: 'Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971'
},
'America/Santo_Domingo': {
cc: 'DO'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Grenada': {
cc: 'GD'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Port_of_Spain': {
cc: 'TT'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Kralendijk': {
cc: 'BQ'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Guyana': {
cc: 'GY'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Marigot': {
cc: 'MF'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Moncton': {
cc: 'CA'
, offset: '-14400 (-4 hours)'
, comments: 'Atlantic Time - New Brunswick'
},
'America/Halifax': {
cc: 'CA'
, offset: '-14400 (-4 hours)'
, comments: 'Atlantic Time - Nova Scotia (most places), PEI'
},
'America/La_Paz': {
cc: 'BO'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Montserrat': {
cc: 'MS'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Lower_Princes': {
cc: 'SX'
, offset: '-14400 (-4 hours)'
, comments: ''
},
'America/Manaus': {
cc: 'BR'
, offset: '-14400 (-4 hours)'
, comments: 'E Amazonas'
},
'America/Caracas': {
cc: 'VE'
, offset: '-16200 (-4.5 hours)'
, comments: ''
},
'America/New_York': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time'
},
'US/Eastern': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time'
},
'America/Pangnirtung': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Pangnirtung, Nunavut'
},
'America/Panama': {
cc: 'PA'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Nipigon': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973'
},
'America/Nassau': {
cc: 'BS'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Thunder_Bay': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Thunder Bay, Ontario'
},
'America/Montreal': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Quebec - most locations'
},
'America/Toronto': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Ontario - most locations'
},
'America/Port-au-Prince': {
cc: 'HT'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Kentucky/Louisville': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Kentucky - Louisville area'
},
'America/Indiana/Indianapolis': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - most locations'
},
'Pacific/Easter': {
cc: 'CL'
, offset: '-18000 (-5 hours)'
, comments: 'Easter Island & Sala y Gomez'
},
'America/Bogota': {
cc: 'CO'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Atikokan': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut'
},
'America/Jamaica': {
cc: 'JM'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Guayaquil': {
cc: 'EC'
, offset: '-18000 (-5 hours)'
, comments: 'mainland'
},
'America/Havana': {
cc: 'CU'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Cayman': {
cc: 'KY'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Indiana/Marengo': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - Crawford County'
},
'America/Indiana/Petersburg': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - Pike County'
},
'America/Lima': {
cc: 'PE'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Indiana/Vevay': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - Switzerland County'
},
'America/Indiana/Winamac': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - Pulaski County'
},
'America/Kentucky/Monticello': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Kentucky - Wayne County'
},
'America/Detroit': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Michigan - most locations'
},
'America/Indiana/Vincennes': {
cc: 'US'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties'
},
'America/Grand_Turk': {
cc: 'TC'
, offset: '-18000 (-5 hours)'
, comments: ''
},
'America/Iqaluit': {
cc: 'CA'
, offset: '-18000 (-5 hours)'
, comments: 'Eastern Time - east Nunavut - most locations'
},
'America/North_Dakota/New_Salem': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - North Dakota - Morton County (except Mandan area)'
},
'America/Cancun': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Quintana Roo'
},
'America/North_Dakota/Center': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - North Dakota - Oliver County'
},
'America/North_Dakota/Beulah': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - North Dakota - Mercer County'
},
'America/Managua': {
cc: 'NI'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'America/Indiana/Tell_City': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Indiana - Perry County'
},
'America/Winnipeg': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Manitoba & west Ontario'
},
'America/Monterrey': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas away from US border'
},
'America/Indiana/Knox': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Indiana - Starke County'
},
'America/Menominee': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties'
},
'America/Merida': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Campeche, Yucatan'
},
'America/Mexico_City': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - most locations'
},
'America/Matamoros': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near US border'
},
'America/Tegucigalpa': {
cc: 'HN'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'America/Rankin_Inlet': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - central Nunavut'
},
'America/Guatemala': {
cc: 'GT'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'America/Rainy_River': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time - Rainy River & Fort Frances, Ontario'
},
'America/Chicago': {
cc: 'US'
, offset: '-21600 (-6 hours)'
, comments: 'Central Time'
},
'America/Resolute': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Standard Time - Resolute, Nunavut'
},
'America/Swift_Current': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Standard Time - Saskatchewan - midwest'
},
'America/Regina': {
cc: 'CA'
, offset: '-21600 (-6 hours)'
, comments: 'Central Standard Time - Saskatchewan - most locations'
},
'America/El_Salvador': {
cc: 'SV'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'America/Belize': {
cc: 'BZ'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'America/Costa_Rica': {
cc: 'CR'
, offset: '-21600 (-6 hours)'
, comments: ''
},
'Pacific/Galapagos': {
cc: 'EC'
, offset: '-21600 (-6 hours)'
, comments: 'Galapagos Islands'
},
'America/Bahia_Banderas': {
cc: 'MX'
, offset: '-21600 (-6 hours)'
, comments: 'Mexican Central Time - Bahia de Banderas'
},
'America/Yellowknife': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - central Northwest Territories'
},
'America/Edmonton': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - Alberta, east British Columbia & west Saskatchewan'
},
'America/Boise': {
cc: 'US'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - south Idaho & east Oregon'
},
'America/Mazatlan': {
cc: 'MX'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - S Baja, Nayarit, Sinaloa'
},
'America/Dawson_Creek': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia'
},
'America/Creston': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Standard Time - Creston, British Columbia'
},
'America/Phoenix': {
cc: 'US'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Standard Time - Arizona'
},
'America/Chihuahua': {
cc: 'MX'
, offset: '-25200 (-7 hours)'
, comments: 'Mexican Mountain Time - Chihuahua away from US border'
},
'America/Denver': {
cc: 'US'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time'
},
'America/Shiprock': {
cc: 'US'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - Navajo'
},
'America/Inuvik': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - west Northwest Territories'
},
'America/Hermosillo': {
cc: 'MX'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Standard Time - Sonora'
},
'America/Ojinaga': {
cc: 'MX'
, offset: '-25200 (-7 hours)'
, comments: 'US Mountain Time - Chihuahua near US border'
},
'America/Cambridge_Bay': {
cc: 'CA'
, offset: '-25200 (-7 hours)'
, comments: 'Mountain Time - west Nunavut'
},
'America/Dawson': {
cc: 'CA'
, offset: '-28800 (-8 hours)'
, comments: 'Pacific Time - north Yukon'
},
'America/Los_Angeles': {
cc: 'US'
, offset: '-28800 (-8 hours)'
, comments: 'Pacific Time'
},
'US/Pacific': {
cc: 'US'
, offset: '-28800 (-8 hours)'
, comments: 'Pacific Time'
},
'America/Metlakatla': {
cc: 'US'
, offset: '-28800 (-8 hours)'
, comments: 'Metlakatla Time - Annette Island'
},
'America/Santa_Isabel': {
cc: 'MX'
, offset: '-28800 (-8 hours)'
, comments: 'Mexican Pacific Time - Baja California away from US border'
},
'America/Vancouver': {
cc: 'CA'
, offset: '-28800 (-8 hours)'
, comments: 'Pacific Time - west British Columbia'
},
'America/Tijuana': {
cc: 'MX'
, offset: '-28800 (-8 hours)'
, comments: 'US Pacific Time - Baja California near US border'
},
'Pacific/Pitcairn': {
cc: 'PN'
, offset: '-28800 (-8 hours)'
, comments: ''
},
'America/Whitehorse': {
cc: 'CA'
, offset: '-28800 (-8 hours)'
, comments: 'Pacific Time - south Yukon'
},
'America/Yakutat': {
cc: 'US'
, offset: '-32400 (-9 hours)'
, comments: 'Alaska Time - Alaska panhandle neck'
},
'America/Anchorage': {
cc: 'US'
, offset: '-32400 (-9 hours)'
, comments: 'Alaska Time'
},
'America/Nome': {
cc: 'US'
, offset: '-32400 (-9 hours)'
, comments: 'Alaska Time - west Alaska'
},
'Pacific/Gambier': {
cc: 'PF'
, offset: '-32400 (-9 hours)'
, comments: 'Gambier Islands'
},
'America/Sitka': {
cc: 'US'
, offset: '-32400 (-9 hours)'
, comments: 'Alaska Time - southeast Alaska panhandle'
},
'America/Juneau': {
cc: 'US'
, offset: '-32400 (-9 hours)'
, comments: 'Alaska Time - Alaska panhandle'
},
'Pacific/Marquesas': {
cc: 'PF'
, offset: '-34200 (-9.5 hours)'
, comments: 'Marquesas Islands'
},
'Pacific/Rarotonga': {
cc: 'CK'
, offset: '-36000 (-10 hours)'
, comments: ''
},
'Pacific/Tahiti': {
cc: 'PF'
, offset: '-36000 (-10 hours)'
, comments: 'Society Islands'
},
'America/Adak': {
cc: 'US'
, offset: '-36000 (-10 hours)'
, comments: 'Aleutian Islands'
},
'Pacific/Honolulu': {
cc: 'US'
, offset: '-36000 (-10 hours)'
, comments: 'Hawaii'
},
'Pacific/Johnston': {
cc: 'UM'
, offset: '-36000 (-10 hours)'
, comments: 'Johnston Atoll'
},
'Pacific/Midway': {
cc: 'UM'
, offset: '-39600 (-11 hours)'
, comments: 'Midway Islands'
},
'Pacific/Niue': {
cc: 'NU'
, offset: '-39600 (-11 hours)'
, comments: ''
},
'Pacific/Pago_Pago': {
cc: 'AS'
, offset: '-39600 (-11 hours)'
, comments: ''
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment