get_current_time
Retrieves the current date and time in flexible formats like ISO, Unix, or custom, and supports specific timezones for accurate time representation.
Instructions
Get the current date and time in various formats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format for the datetime (optional, defaults to "iso" from env) | |
timezone | No | Timezone to use (optional, defaults to "UTC" from env) |