date
Verified for current stable LTS
Date Commands
Date command syntax with verified terminal examples.
Commands
8 commands for Date
date Operations
Date Command: Convert Date To Unix Timestamp
date -d "{2018-09-01 00:00}" +%s -u date Operations
Date Command: Convert Unix Timestamp To Date
date -d @<1473305798> date Operations
Date Command: Display Current Date Default Locale
date +%c date Operations
Date Command: Display Current Date Rfc3339 Format
date --rfc-3339 s date Operations
Date Command: Display Current Date Unix Timestamp
date +%s date Operations
Date Command: Display Current Date Utc Iso8601
date -u +%Y-%m-%dT%H:%M:%S%Z date Operations
Date Command: Display Current Iso Week Number
date +%V date Operations
Date Command: Set Current Date
date <093023592021.59> Suggest a Date Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Date workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.