convert_time
Convert a time from one timezone to another using IANA timezone names. Specify source, target timezone and time in 24-hour format to get the corresponding time.
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. | |
| time | Yes | Time to convert in 24-hour format (HH:MM) | |
| 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. |