Convert Timezone
convert_timeConvert a specific time from one IANA timezone to another. Provide the time, source timezone, and target timezone to get the converted result.
Instructions
Converts a time from a source IANA timezone to a target IANA timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time to convert (e.g., "2025-03-23 12:30:00") | |
| sourceTimezone | Yes | Source IANA timezone name (e.g., "Asia/Shanghai") | |
| targetTimezone | Yes | Target IANA timezone name (e.g., "Europe/London") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| convertedTime | Yes | ||
| hourDifference | Yes |