get_timezone
Timezone from GPS coordinates: IANA zone, current UTC offset, abbreviation, DST status, and local time for any lat/lng. Fast offline lookup (approximate near borders). Pairs with the IP-geolocation endpoint for analytics and scheduling agents. ($0.001 per call, paid via x402)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, -90 to 90 | |
| lng | Yes | Longitude, -180 to 180 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | ||
| local_time | No | ||
| utc_offset | No | ||
| abbreviation | No | ||
| dst_in_effect | No | ||
| utc_offset_minutes | No |