timezone_info
Get precise timezone details: UTC offset, DST status, abbreviation, and next/previous DST transitions from the IANA database. Resolve timezone confusion with deterministic, reference-time-based answers.
Instructions
Get deterministic timezone information: UTC offset, DST status, abbreviation, and next/previous DST transitions. Uses the IANA timezone database. Handles zones with no DST correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | Yes | IANA timezone, e.g. 'America/New_York', 'Asia/Tehran' | |
| reference_time | No | ISO 8601 reference time. Defaults to now. |