mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 03:15:42 +02:00
tzutil: add page (#2549)
This commit is contained in:
parent
356b346edf
commit
c9b6789fdf
1 changed files with 15 additions and 0 deletions
15
pages/windows/tzutil.md
Normal file
15
pages/windows/tzutil.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue