perseus_date
Retrieve the current date and time. Customize the output format with strftime codes.
Instructions
Current date/time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | strftime format string (default: %Y-%m-%d %H:%M:%S) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unix | No | Unix epoch seconds | |
| iso8601 | No | ISO-8601 formatted timestamp | |
| datetime | No | Current date/time string |