Skip to content

Instantly share code, notes, and snippets.

@contextmedia
Created May 9, 2013 16:33
Show Gist options
  • Save contextmedia/5548623 to your computer and use it in GitHub Desktop.
Save contextmedia/5548623 to your computer and use it in GitHub Desktop.
when "est", "eastern" then 'EDT -04:00'
when "edt", "eastern" then 'EDT -04:00'
when "cst", "central" then 'CDT -05:00'
when "cdt", "eastern" then 'EDT -04:00'
when "mst", "pacific" then 'MDT -06:00'
when "mdt", "pacific" then 'MDT -06:00'
when "pdt", "mountain" then 'PDT -07:00'
when "pst", "mountain" then 'PDT -07:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment