convertTimezone
Convert date and time between timezones using Luxon library. Input ISO 8601 date, source, and target timezone (IANA identifier); specify output format (full, date, time, iso). Simplify timezone transformations.
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) |