get_time_zone
Retrieve the IANA time zone ID, name, and UTC offset for any geographic coordinate. Provide a timestamp to account for daylight saving changes, enabling accurate local time calculations for meetings or business hours.
Instructions
Get the time zone in force at a coordinate: its IANA id, its name, and its offset from UTC including daylight saving. Pass the moment you care about, because the offset changes across the year. Use this before reasoning about whether somewhere is open, or what local time a meeting lands at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes | ||
| timestamp | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||