mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 12:53:28 +02:00
date: add set date (#7019)
This commit is contained in:
parent
372cc4144b
commit
9c8a7b6685
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
|||
- Display the current date using the RFC-3339 format (`YYYY-MM-DD hh:mm:ss TZ`):
|
||||
|
||||
`date --rfc-3339=s`
|
||||
|
||||
- Set the current date using the format `MMDDhhmmYYYY.ss` (`YYYY` and `.ss` are optional):
|
||||
|
||||
`date {{093023592021.59}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue