Skip to content

Instantly share code, notes, and snippets.

@13twelve
Created January 13, 2015 16:20
Show Gist options
  • Save 13twelve/d75eb436454c6d9e366c to your computer and use it in GitHub Desktop.
Save 13twelve/d75eb436454c6d9e366c to your computer and use it in GitHub Desktop.
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