Time Zone by Location API
Introduction
This API returns the same result as the Time Zone Info API but for the supplied geolocation coordinates.
https://api.bigdatacloud.net/data/timezone-by-location
CURL Example
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
ianaTimeId |
string |
Time Zone name in IANA format |
displayName |
string |
Display name |
effectiveTimeZoneFull |
string |
Effective time zone full name (adjusted to the daylight saving status) |
effectiveTimeZoneShort |
string |
Effective time zone short name (adjusted to the daylight saving status) |
UtcOffsetSeconds |
32 bit integer |
Effective offset from UTC time in seconds |
UtcOffset |
string |
Effective offset from UTC time |
isDaylightSavingTime |
boolean |
Indicates if the daylight saving is on |
localTime |
string |
Local time in ISO 8601 format |
utcTime |
string |
UTC time in ISO 8601 format. Omitted when utcReference parameter was not supplied, or invalid |
API Endpoint
Endpoint: | /data/timezone-by-location |
---|---|
Full URL: | https://api.bigdatacloud.net/data/timezone-by-location |