snippetbashTip
tzutil — A tool for displaying or configuring the system time zone. More information: <https://learn.microsof
Viewed 0 times
thecommandclitooltzutilconfiguringfordisplaying
windows
Problem
How to use the
tzutil command: A tool for displaying or configuring the system time zone. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/tzutil>.Solution
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 /gDisplay a list of available time zones:
tzutil /lSet the system time zone to the specific value:
tzutil /s {{timezone_id}}Code Snippets
Get the current time zone
tzutil /gDisplay a list of available time zones
tzutil /lSet the system time zone to the specific value
tzutil /s {{timezone_id}}Context
tldr-pages: windows/tzutil
Revisions (0)
No revisions yet.