--- 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: ```bash date "+%A %d %B %Y — %H:%M:%S (%Z)" ```