get_current_time
Get the current time as an epoch, UTC ISO-8601 timestamp, and wall-clock time in any IANA timezone. Defaults to UTC when no timezone is specified.
Instructions
Return the current time as an epoch, a UTC ISO-8601 timestamp, and the wall-clock time in a given timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone identifier, e.g. 'America/New_York'. Defaults to UTC. |