Skip to content

Instantly share code, notes, and snippets.

@four43
Last active April 28, 2017 22:32
Show Gist options
  • Save four43/3e1aa294ef732f0a5e53 to your computer and use it in GitHub Desktop.
Save four43/3e1aa294ef732f0a5e53 to your computer and use it in GitHub Desktop.
Timezone Abbreviations to UTC Offset Map
{
"ADT":"-0300",
"AKDT":"-0800",
"AKST":"-0900",
"AST":"-0400",
"CDT":"-0500",
"CST":"-0600",
"ECT":"-0400",
"EDT":"-0400",
"EST":"-0500",
"GST":"+0400",
"HADT":"-0900",
"HAST":"-1000",
"HST":"-1000",
"MDT":"-0600",
"MST":"-0700",
"PDT":"-0700",
"PST":"-0800",
"PYST":"-0300",
"PYT":"-0400",
"UCT":"+0000",
"UTC":"+0000",
"Z":"+0000"
}
@four43
Copy link
Author

four43 commented Aug 8, 2014

List now trimmed down to United States Timezones plus a few others. Redundancies made the previous not very helpful. Most of the international locations we deal with have full timezones (Europe/City_Name) format anyway, this is just being used as a domestic set. Thanks @adameickhoff for the update.

@dorono
Copy link

dorono commented Apr 28, 2017

Does anyone know if this accounts for the fact that some time zones have daylight savings times and others don't (when working client-side/JavaScript)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment