Current Time Skill
When to Use
- •When the current date or time is needed.
- •When used for logging or time-based processing.
Procedure
- •Run the following command to get the current date and time.
- •Change the format if needed.
sh
date +"%Y-%m-%d %H:%M:%S %z" # => YYYY-MM-DD HH:MM:SS +ZZZZ