π¦ ClawHub
Date Tool
by @dinghaibin
Display and format date and time values from the command line. Use when you need to get the current date, format timestamps, or calculate date differences.
π‘ Examples
# Current date in ISO format
date-tool +"%Y-%m-%d"Current time in 24-hour format
date-tool +"%H:%M:%S"Unix timestamp
date-tool +"%s"
TERMINAL
clawhub install date-tool