convert_time
Convert date and time between timezones using IANA timezone names. Input source and target timezones with a 24-hour format time to get the converted result. Enhance time-aware applications with precise conversions.
Instructions
Convert time between timezones.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sourceTimezone | Yes | The source timezone. IANA timezone name, e.g. Asia/Shanghai | |
targetTimezone | Yes | The target timezone. IANA timezone name, e.g. Europe/London | |
time | Yes | Date and time in 24-hour format. e.g. 2025-03-23 12:30:00 |