This dataset bundles two key resources that describe global timezones:
timezone-info.json) containing structured information about each timezone (ISO country codes, IANA timezone identifier, offsets, abbreviations, alias relationships, etc.). The JSON is derived from the Wikipedia tz database table to provide human-friendly metadata.
timezone-geojson.zip) containing individual GeoJSON files, one per timezone, representing the geographical boundaries. Each geometry file is produced by dissolving the polygons from the geo-tz package so only the outer boundaries remain.
The dataset is curated from authoritative, open sources:
geo-tz Node.js package.
countryCodes – ISO 3166-1 alpha-2 codes covered by the timezone.tzIdentifier – IANA timezone name (e.g., America/New_York).type – canonical for primary zones or alias for links.utcOffsetStandard / utcOffsetDst – offsets in ±HH:MM format.abbreviationStandard / abbreviationDst – common short forms (CET, GMT, etc.).canonicalLink – for aliases, the target canonical timezone.| Data Type | Description | Format / Path |
|---|---|---|
| Metadata JSON | Structured list of timezones with country coverage, offsets, abbreviations, and alias relationships. | timezone-info.json |
| Geometry ZIP | Compressed archive of per-timezone GeoJSON Feature files describing dissolved outer boundaries. | timezone-geojson.zip |
| GeoJSON Feature | Inside the ZIP, each file is a GeoJSON Feature with a Polygon or MultiPolygon geometry and { tzid } properties. |
timezone-geojson.zip/<timezone>.geojson |
type = "alias", consult canonicalLink to find the canonical timezone geometry.Respect the upstream licenses. These resources are open, but you must review the specific license terms to ensure your usage is compliant. Consult the linked pages below for the most up-to-date details.
timezone-boundary-builder data (MIT license). See the project license for attribution requirements.