Current Time by Timezone
time.worldclock.currentRetrieve current date, time, and day of week for any IANA timezone with automatic DST adjustments. Provides immediate time data without authentication or limits.
Instructions
Get current date, time, and day of week for any IANA timezone. DST-aware. No auth, free, unlimited (TimeAPI.io)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | Yes | IANA timezone name (e.g. "America/New_York", "Europe/London", "Asia/Tokyo", "UTC") |
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. |