mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-14 17:15:24 +02:00
16 lines
250 B
Markdown
16 lines
250 B
Markdown
![]() |
# 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}}`
|