From f56c836fbe83222c7aaf55f8cb0d2b346128f1f1 Mon Sep 17 00:00:00 2001 From: Pranav Mittal Date: Sun, 7 Nov 2021 02:34:19 +0530 Subject: [PATCH] time: add page (#7140) --- pages/windows/time.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/windows/time.md diff --git a/pages/windows/time.md b/pages/windows/time.md new file mode 100644 index 000000000..9c3bcca77 --- /dev/null +++ b/pages/windows/time.md @@ -0,0 +1,12 @@ +# time + +> Display or set the system time. +> More information: . + +- Display the current system time and prompt to enter a new time (leave empty to keep unchanged): + +`time` + +- Display the current system time without prompting for a new time: + +`time /t`