get_current_time
Retrieve the current time in ISO8601 format with optional milliseconds and timezone customization. Ideal for applications requiring precise time and timezone-aware data.
Instructions
Get the current time with detailed information including ISO8601 format, timestamp, and timezone
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeMilliseconds | No | Include milliseconds in the ISO8601 format (default: true) | |
timezone | No | Timezone for the time (default: UTC). Examples: "UTC", "America/New_York", "Asia/Tokyo" | UTC |