1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/windows/tzutil.md
2020-09-22 18:06:55 +01:00

354 B

tzutil

A tool for displaying or configuring the system time zone. More information: https://docs.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}}