Get Current Time
get_current_timeRetrieve the current date and time, optionally in a specified IANA timezone. Defaults to UTC when no timezone is provided, ensuring accurate time lookups for any region.
Instructions
Get the current date and time, optionally in a specific IANA timezone (e.g. 'Asia/Kolkata'). Defaults to UTC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone name, e.g. 'Asia/Kolkata'. Defaults to 'UTC'. |