convert_time
Convert time between timezones using IANA timezone names. Input source and target timezones with a 24-hour format time (HH:MM) to get the converted time instantly.
Instructions
Convert time between timezones
Input Schema
Name | Required | Description | Default |
---|---|---|---|
source_timezone | Yes | Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no source timezone provided by the user. | |
target_timezone | Yes | Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'Etc/UTC' as local timezone if no target timezone provided by the user. | |
time | Yes | Time to convert in 24-hour format (HH:MM) |