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
+4
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}}`