From c9b6789fdfaf4b212acfe4422ef57ac6a1d6af2e Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 5 Nov 2018 22:48:22 +0000 Subject: [PATCH] tzutil: add page (#2549) --- pages/windows/tzutil.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/windows/tzutil.md diff --git a/pages/windows/tzutil.md b/pages/windows/tzutil.md new file mode 100644 index 000000000..addff5b7b --- /dev/null +++ b/pages/windows/tzutil.md @@ -0,0 +1,15 @@ +# tzutil + +> A tool for displaying or configuring the system time zone. + +- Get the current time zone: + +`tzutil /g` + +- Display a list of available time zones: + +`tzutil /l` + +- Set the system time zone to the specific value: + +`tzutil /s {{timezone_id}}`