TZUTIL.exe – Windows CMD Command
Time Zone Utility.
Syntax
TZUTIL /g | /l | /s "TimeZoneValue[_dstoff]" | /?
Key
/g Display the current time zone value.
/l List all valid time zone values and display names in the following format:
/s Set the time zone to TimeZoneValue
The _dstoff suffix will disable Daylight Savings Time adjustment
for the time zone (where applicable).
/? Display help.
Examples:
Display the current time zone id
%SYSTEMROOT%\System32\tzutil.exe /g
Set the current time zone to Pacific Standard Time
tzutil /s "Pacific Standard
Time"
Set the current time zone to Pacific Standard Time and disable Daylight
Saving Time adjustment
tzutil /s "Pacific Standard
Time_dstoff"