1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:15:23 +02:00

date: add relative date example osx (#15992)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Steve Milano 2025-03-25 16:16:08 -07:00 committed by GitHub
parent 67dad77a73
commit 003ff17e6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,3 +18,7 @@
- Display a specific date (represented as a Unix timestamp) using the default format:
`date -r {{1473305798}}`
- Display a date relative to the current date using the default format:
`date -v {{+1d}} -v {{-20m}}`