Convert Time Between Timezones
time.worldclock.convertConvert date/time between IANA timezones, automatically adjusting for daylight saving time.
Instructions
Convert date/time from one timezone to another. DST-aware. 597 IANA timezones (TimeAPI.io)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_timezone | Yes | Source IANA timezone (e.g. "America/New_York") | |
| datetime | Yes | Date and time to convert in "YYYY-MM-DD HH:mm:ss" format (e.g. "2026-03-20 12:00:00") | |
| to_timezone | Yes | Target IANA timezone (e.g. "Asia/Tokyo") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |