timezone_resolve
Resolve the IANA timezone from latitude/longitude coordinates. Provide a date to get the historically-correct UTC offset for interpreting local birth times.
Instructions
Resolve the IANA timezone for a latitude/longitude pair. Use when you have coordinates but need the timezone to interpret a local birth time. Pass date to also get the historically-correct UTC offset that applied on that date. CREDIT COST: 1 credit per call. If you are starting from a place name rather than coordinates, use location_search instead — it returns the timezone too, in the same single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional birth/event date 'YYYY-MM-DD'. Adds utcOffsetAtDate / utcOffsetMinutes / isDst / tzConfidence. Post-1970 resolves locally (free); pre-1970 consults the API's historical correction overlay (1 extra credit). | |
| latitude | Yes | ||
| longitude | Yes |