convert_timezone
Convert a date/time from one IANA timezone to another using ISO 8601 or natural language like 'next Tuesday 3pm'. Returns the converted time with UTC offset, zone abbreviation, and DST flag.
Instructions
Convert a specific date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with its UTC offset, zone abbreviation and DST flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target IANA timezone. | |
| from | Yes | Source IANA timezone. | |
| datetime | Yes | ISO 8601 or natural language, e.g. "2026-07-09T15:30" or "next Tuesday 3pm". |