Skip to content

Instantly share code, notes, and snippets.

@yitznewton
Last active June 29, 2022 17:51
Show Gist options
  • Save yitznewton/a8206124a4739688ac11077d1fa16c29 to your computer and use it in GitHub Desktop.
Save yitznewton/a8206124a4739688ac11077d1fa16c29 to your computer and use it in GitHub Desktop.
Time zones
---
- region: North America
zones:
- common_name: Hawaii Standard Time
core_offset: -10
identifiers: [Pacific/Honolulu]
- common_name: Alaska Time
core_offset: -9
identifiers: [America/Anchorage]
- common_name: Pacific Time
core_offset: -8
identifiers: [America/Los_Angeles]
- common_name: Mountain Time (US)
core_offset: -7
identifiers: [America/Denver]
- common_name: Mountain Time (Mexico)
core_offset: -7
identifiers: [America/Chihuahua]
- common_name: Mountain Standard Time (Arizona)
core_offset: -7
identifiers: [America/Phoenix]
- common_name: Central Time (US)
core_offset: -6
identifiers: [America/Chicago]
- common_name: Central Time (Mexico)
core_offset: -6
identifiers: [America/Mexico_City]
- common_name: Central Standard Time (Saskatchewan, Central America)
core_offset: -6
identifiers: [America/Regina, America/Tegucigalpa]
- common_name: Eastern Time
core_offset: -5
identifiers: [America/New_York, America/Indiana/Indianapolis]
- common_name: Atlantic Time
core_offset: -4
identifiers: [America/Halifax]
- common_name: Atlantic Standard Time
core_offset: -4
identifiers: [America/Santo_Domingo]
- common_name: Newfoundland Time
core_offset: -3.5
identifiers: [Canada/Newfoundland]
- region: South America
zones:
- common_name: Colombia Time
core_offset: -5
identifiers: [America/Bogota]
- common_name: Bolivia Time
core_offset: -4
identifiers: [America/La_Paz]
- common_name: COT/ECT/PET
core_offset: -4
identifiers: [America/Santiago]
- common_name: BRT/ART/UYT
core_offset: -3
identifiers: [America/Sao_Paulo, America/Argentina/Buenos_Aires, America/Montevideo]
- region: Europe
zones:
- common_name: Greenwich/Western European Time
core_offset: 0
identifiers: [Europe/London]
- common_name: Central European Time
core_offset: 1
identifiers: [Europe/Brussels, Europe/Amsterdam, Europe/Belgrade, Europe/Sarajevo, America/Godthab]
- common_name: Eastern European Time
core_offset: 2
identifiers: [Europe/Athens, Europe/Helsinki]
- common_name: Moscow Standard Time
core_offset: 3
identifiers: [Europe/Moscow]
- common_name: Novosibirsk Time
core_offset: 7
identifiers: [Asia/Novosibirsk]
- region: Africa
zones:
- common_name: Western European Time (Africa)
core_offset: 1
identifiers: [Africa/Casablanca]
- common_name: West Africa Time
core_offset: 1
identifiers: [Africa/Lagos]
- common_name: Central Africa Time
core_offset: 2
identifiers: [Africa/Cairo, Africa/Harare, Africa/Windhoek]
- common_name: Eastern Africa Time
core_offset: 3
identifiers: [Africa/Nairobi]
- region: Asia
zones:
- common_name: Eastern European Time
core_offset: 2
identifiers: [Asia/Beirut]
- common_name: Eastern European Time (Jordan)
core_offset: 2
identifiers: [Asia/Amman]
- common_name: Eastern European Time (Palestine)
core_offset: 2
identifiers: [Asia/Gaza]
- common_name: Eastern European Time (Syria)
core_offset: 2
identifiers: [Asia/Damascus]
- common_name: Israel Time
core_offset: 2
identifiers: [Asia/Jerusalem]
- common_name: Arabia Standard Time
core_offset: 3
identifiers: [Asia/Kuwait, Asia/Baghdad]
- common_name: Gulf Standard Time
core_offset: 4
identifiers: [Asia/Muscat, Asia/Yerevan, Asia/Baku]
- common_name: Pakistan Standard Time
core_offset: 5
identifiers: [Asia/Karachi]
- common_name: India Standard Time
core_offset: 5.5
identifiers: [Asia/Kolkata]
- common_name: Nepal Time
core_offset: 5.75
identifiers: [Asia/Katmandu]
- common_name: Bangladesh Standard Time
core_offset: 6
identifiers: [Asia/Dhaka]
- common_name: Indochina Time
core_offset: 7
identifiers: [Asia/Bangkok]
- common_name: China Standard Time, Malaysia Time
core_offset: 8
identifiers: [Asia/Shanghai, Asia/Taipei, Asia/Kuala_Lumpur]
- common_name: Japan Standard Time, Korea Standard Time
core_offset: 9
identifiers: [Asia/Seoul, Asia/Tokyo]
- region: Pacific
zones:
- common_name: Australian Western Standard Time
core_offset: 8
identifiers: [Australia/Perth]
- common_name: Australian Eastern Time
core_offset: 10
identifiers: [Australia/Sydney]
- common_name: New Zealand Time
core_offset: 12
identifiers: [Pacific/Auckland]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment