get_current_time
Retrieve current date and time in multiple formats like ISO, Unix, or custom. Supports timezone adjustments for accurate timestamp generation.
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) |