tzutil: add page (#2549)

This commit is contained in:
Owen Voke
2018-11-05 22:48:22 +00:00
committed by Starbeamrainbowlabs
parent 356b346edf
commit c9b6789fdf

15
pages/windows/tzutil.md Normal file
View File

@@ -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}}`