Last active
August 29, 2015 14:23
-
-
Save MightyPork/3bdd4eb94d69ad796f25 to your computer and use it in GitHub Desktop.
USA timezones for TZORK
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
[ | |
{ | |
"name": "Pacific Time", | |
"tz": "USA, Pacific Time", | |
"color": "white" | |
}, | |
{ | |
"name": "Mountain Time", | |
"tz": "USA, Mountain Time", | |
"color": "white" | |
}, | |
{ | |
"name": "Central Time", | |
"tz": "USA, Central Time", | |
"color": "white" | |
}, | |
{ | |
"name": "Eastern Time", | |
"tz": "USA, Eastern Time", | |
"color": "white" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment