convert_timezone
Convert a UTC or ISO datetime into a formatted date and time string for any IANA time zone. Provide the date and target zone to get the localized result.
Instructions
Convert a UTC/ISO date into a formatted date+time string for any IANA time zone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO 8601 date/datetime | |
| timeZone | Yes | IANA time zone name, e.g. "America/New_York", "Asia/Tokyo" |