convert_timezone
Converts an ISO-8601 timestamp to wall-clock time in a specified target timezone, using an optional source timezone for interpretation.
Instructions
Render an ISO-8601 timestamp as wall-clock time in a target timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isoTimestamp | Yes | ISO-8601 timestamp to convert, e.g. '2026-08-17T14:30:00Z'. | |
| sourceTimezone | No | IANA timezone used to interpret `isoTimestamp` when it carries no 'Z' or offset. Ignored otherwise. Defaults to UTC. | |
| targetTimezone | Yes | IANA timezone identifier to render in. |