geo_timezone
Estimate the timezone at any geographic coordinate using its longitude. Returns a UTC offset calculated by dividing longitude by 15.
Instructions
Estimate the timezone at a geographic coordinate based on longitude. Uses a simple longitude-based calculation (offset = round(lng / 15)). Note: may be inaccurate near timezone borders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point (-90 to 90) | |
| lng | Yes | Longitude of the point (-180 to 180) |