Windows command tzutil command

Share on facebook
Share on google
Share on twitter
Share on linkedin

tzutil

How to change time zone settings on Windows 10 | Windows Central

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tzutil

https://computerthang.com/p/patriot-viper-gaming-graphics-card-a289/

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Displays the Windows Time Zone utility.

Syntax

tzutil [/?] [/g] [/s <timezoneID>[_dstoff]] [/l]

Parameters

PARAMETERS
Parameter Description
/g Displays the current time zone ID.
/s <timezoneID>[_dstoff] Sets the current time zone using the specified time zone ID. The _dstoff suffix disables Daylight Saving time adjustments for the time zone (where applicable). Your value must be surrounded by quotes.
/l Lists all valid time zone IDs and display names. The output appears as:

  • <display name>
  • <time zone ID>
/? Displays help at the command prompt.

Remarks

An exit code of 0 indicates the command completed successfully.

Examples

To display the current time zone ID, type:

tzutil /g

To set the current time zone to Pacific Standard time, type:

tzutil /s "Pacific Standard time"

To set the current time zone to Pacific Standard time and disable Daylight Saving time adjustments, type:

tzutil /s "Pacific Standard time_dstoff"