99e0701a73aa
latestOpenAPI 3.1.02026-08-0420183200.9 KBGet time zone information for any point on earth.
Retrieve the time zone identifier, standard UTC offset, special offset (such as DST), and the localized time in several common formats.
Query parameters
The latitude of the point you are interested in.
The longitude of the point you are interested in.
The UNIX timestamp at which the UTC and DST offsets will be calculated. This defaults to the present time. This endpoint is not necessarily guaranteed to be accurate for timestamps that occurred in the past. Time zone geographic boundaries change over time, so if the point you are querying for was previously in a different time zone, historical results will not be accurate. If, however, the point has been in the same geographic time zone for a very long time (ex: America/New_York), the historical data may be accurate for 100+ years in the past (depending on how far back the IANA TZDB rules have been specified).
Response
The time zone information and local time.
Example response
{
"tz_id": "Europe/Zurich",
"base_utc_offset": 3600,
"dst_offset": 3600,
"timestamp": 1749479378,
"local_rfc_2822_timestamp": "Mon, 9 Jun 2025 16:29:38 +0200",
"local_rfc_3389_timestamp": "2025-06-09T16:29:38+02:00"
}