current_date_and_time
Returns the current weekday, date, and time in a human-readable format. Use this to generate timestamps or verify the current date and time.
Instructions
Get a human-readable string of the current time, weekday and date.
Returns:
str: A string in the format "Today is <weekday> <day>.<month>.<year> <hour>:<minute>:<second>"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |