From 9c8a7b66852f00598233d1dfac33aa1d2a77db93 Mon Sep 17 00:00:00 2001 From: indigane Date: Fri, 26 Nov 2021 23:15:53 +0200 Subject: [PATCH] date: add set date (#7019) --- pages/common/date.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/date.md b/pages/common/date.md index 1344bafff..7e716fe77 100644 --- a/pages/common/date.md +++ b/pages/common/date.md @@ -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}}`