Current Time

Get the current date and time. Use when a log timestamp or time check is needed.

madogiwa0124 Updated

File contents

Current Time Skill

When to Use

  • When the current date or time is needed.
  • When used for logging or time-based processing.

Procedure

  1. Run the following command to get the current date and time.
  2. Change the format if needed.
date +"%Y-%m-%d %H:%M:%S %z"
# => YYYY-MM-DD HH:MM:SS +ZZZZ

madogiwa0124/my-agents-collection/tree/main/skills/current-time commit 98c6d4719a

Frequently asked questions

npx skillmds@latest add madogiwa0124/current-time