mirror of https://github.com/CrimsonTome/tldr.git
355 B
355 B
tzutil
A tool for displaying or configuring the system time zone. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/tzutil.
- 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}}