| 💾 Saved. | 1 | --- |
| 2 | name: what-time-is-it | |
| 3 | description: Give the current date and time. | |
| 4 | keywords: time, date, clock, now, today, heure, date du jour, quelle heure | |
| 5 | --- | |
| 6 | ||
| 7 | # What time is it? | |
| 8 | ||
| 9 | ## What to do | |
| 10 | ||
| 11 | The command below is for YOU to run with your `bash` tool, in this same turn. | |
| 12 | Do not show it to the user, and never guess the time: only the command knows it. | |
| 13 | ||
| 14 | Run: | |
| 15 | ||
| 16 | ```bash | |
| 17 | date "+%A %d %B %Y — %H:%M:%S (%Z)" | |
| 18 | ``` | |
| 19 |