HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tzutil — A tool for displaying or configuring the system time zone. More information: <https://learn.microsof

Submitted by: @import:tldr-pages··
0
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 /g


Display a list of available time zones:
tzutil /l


Set the system time zone to the specific value:
tzutil /s {{timezone_id}}

Code Snippets

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}}

Context

tldr-pages: windows/tzutil

Revisions (0)

No revisions yet.