time.worldclock.convert
Convert dates and times between different timezones with DST awareness using IANA timezone identifiers.
Instructions
Convert date/time from one timezone to another. DST-aware. 597 IANA timezones (TimeAPI.io)
Input Schema
TableJSON 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") |