CoolFace
Datasetpublic

brandontravel/time-zones-by-location

Time Zones by Location Dataset Countries, regions, and cities mapped to their primary IANA time zone. Files time_zones_by_location.csv time_zones_by_location.jsonl Schema Field Description country Country name iso2 ISO 3166-1 alpha-2 code city Major city region Administrative region/state timezone IANA timezone identifier Example { "country": "Canada", "iso2": "CA", "city": "Toronto", "region":… See the full description on the dataset page: https://huggingface.co/datasets/brandontravel/time-zones-by-location.

sourceHugging Facecc0-1.0updated 7mo agoView on Hugging Face
1likes12downloads
Dataset Card

Time Zones by Location Dataset

Countries, regions, and cities mapped to their primary IANA time zone.

Files

  • —timezonesby_location.csv
  • —timezonesby_location.jsonl

Schema

FieldDescription
countryCountry name
iso2ISO 3166-1 alpha-2 code
cityMajor city
regionAdministrative region/state
timezoneIANA timezone identifier

Example

{ "country": "Canada", "iso2": "CA", "city": "Toronto", "region": "Ontario", "timezone": "America/Toronto" }