get_current_time
Return the current date and time for any IANA timezone using the system clock, providing accurate timestamps with UTC offset and calendar fields.
Instructions
Return the current date and time for an IANA timezone.
Reads the real system clock — this is the tool an agent should call instead of guessing "now". The result carries an explicit UTC offset and broken-out calendar fields so no downstream parsing is ambiguous.
Args:
timezone: IANA timezone name (e.g. "UTC", "Europe/London",
"America/New_York"). Defaults to "UTC".
Returns: A dict with the ISO-8601 timestamp (with offset), the resolved timezone, the UTC offset, the Unix timestamp, and broken-out calendar fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | UTC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||