get_current_time
Retrieve the current time in a specified timezone using IANA timezone names, such as 'America/New_York' or 'Europe/London'. Defaults to UTC if no timezone is provided.
Instructions
Get current time in a specific timezones
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timezone | Yes | IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Etc/UTC' as local timezone if no timezone provided by the user. |