convertTimezone
Convert date and time between IANA timezones using ISO 8601 format. Specify source and target timezones, and choose output format (full, date, time, iso) for precise results.
Instructions
Convert date/time between timezones using Luxon
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | Date/time string to convert (ISO 8601 format) | |
format | No | Output format (full, date, time, iso) | full |
fromTZ | Yes | Source timezone (IANA timezone identifier) | |
toTZ | Yes | Target timezone (IANA timezone identifier) |