tldr/pages/windows/tzutil.md

17 lines
360 B
Markdown
Raw Normal View History

2018-11-05 22:48:22 +00:00
# tzutil
> A tool for displaying or configuring the system time zone.
2019-08-22 13:37:57 +01:00
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tzutil>.
2018-11-05 22:48:22 +00:00
- 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}}`