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