get_current_time
Retrieve the current date and time in a standardized format using this utility, ensuring accurate timestamping for your processes.
Instructions
返回当前的日期和时间
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}