Get Timezone Details
tz_infoTimezone intelligence: for a given IANA timezone and date, returns the UTC offset, whether DST is active, the exact UTC instant of each DST transition in that year, and the timezone abbreviation. Transition timestamps are the first instant the new offset is in effect. Use this to understand DST behavior before scheduling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to query: "2026-07-26", "2026-07-26T12:00:00", or full ISO 8601. Input without a UTC offset is read as UTC. Default: now. | |
| timezone | Yes | IANA timezone, e.g. "America/New_York". |