convert_time
Convert a time between timezones by providing the time, source IANA timezone, and target IANA timezone. Returns the equivalent time in the target timezone.
Instructions
Convert time between timezones
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Time to convert in 24-hour format (HH:MM) | |
| 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. |