Created
January 13, 2015 16:20
-
-
Save 13twelve/d75eb436454c6d9e366c to your computer and use it in GitHub Desktop.
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
timezones.locations = [ | |
{ name: "San Francisco", lat: 37.775, long: -122.4183333, timezone: "America/Los_Angeles" }, | |
{ name: "Memphis", lat: 35.6331, long: -88.8208, timezone: "America/Chicago" }, | |
{ name: "New York", lat: 40.7141667, long: -74.0063889, timezone: "America/New_York" }, | |
{ name: "Tucumán", lat: -26.8166667, long: -65.2166667, timezone: "America/Argentina/Tucuman" }, | |
{ name: "London", lat: 51.5, long: -0.116667, timezone: "Europe/London" }, | |
{ name: "Paris", lat: 48.866667, long: 2.333333, timezone: "Europe/Paris" } | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment