get_current_time
Retrieve the current time in ISO8601 format, timestamp, and timezone. Customize output by including milliseconds and specifying the desired timezone for accurate time 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 |