date: add set date (#7019)
This commit is contained in:
parent
372cc4144b
commit
9c8a7b6685
|
|
@ -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…
Reference in New Issue