Skip to content

Instantly share code, notes, and snippets.

@Plazzko
Plazzko / us_states_with_timezones_and_coordinates.json
Last active November 7, 2024 15:34
List of all US states with their coordinates and timezines
[
{
"name": "Alabama",
"abbreviation": "AL",
"latitude": "32.31823140",
"longitude": "-86.90229800",
"timezones": ["CST (UTC-6)", "EST (UTC-5)"],
"ianaTimezones": ["US/Central", "US/Eastern"]
},
{