timezone
Get the IANA timezone, UTC offset, and daylight saving status from latitude and longitude coordinates. Use for scheduling and time conversion.
Instructions
Get the IANA timezone for a geographic coordinate.
Returns: { timezone (IANA name), utc_offset_hours, utc_offset_seconds, dst_active }.
Examples of IANA timezone names: "Europe/Paris", "America/New_York", "Asia/Kolkata".
WHEN TO USE: Scheduling delivery ETAs, converting server timestamps to local time, detecting user timezone from coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude. Range: -90 to 90. | |
| lon | Yes | Longitude. Range: -180 to 180. |