maps_timezone
Get the time zone ID, name, and UTC offset for a coordinate, including daylight saving offset for any past, present, or future timestamp.
Instructions
Time zone ID, name and UTC offset for a coordinate, including the daylight saving offset at the given moment. Pass timestamp when asking about a past or future date, since the DST offset depends on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ISO 639 language code for the time zone name. | |
| location | Yes | Coordinates as "latitude,longitude", e.g. "46.9480,7.4474". | |
| timestamp | No | Unix timestamp in seconds, defaults to now. It decides whether daylight saving time is in effect, so pass the actual moment when asking about a past or future date. |