mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
date: add relative date example osx (#15992)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user