get_current_date
Retrieve current UTC and local date-time strings in ISO format for timestamping, logging, or time-sensitive operations.
Instructions
Returns current UTC and local date-time strings in ISO format.
Return format: { "utc": "YYYY-MM-DDTHH:MM:SSZ", "local": "YYYY-MM-DD HH:MM:SS" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||