convert_timezone
Re-anchor an ISO datetime from one IANA timezone to another. Accepts the common timezones (UTC, America/, Europe/, Asia/Kolkata, Asia/Tokyo, etc.). Returns the equivalent ISO datetime in the target timezone + the offset difference in hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso | Yes | Input datetime, ISO 8601. | |
| to_tz | Yes | Target IANA timezone. | |
| from_tz | Yes | Source IANA timezone. |