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"
“We have a normal. As you move outside of your comfort zone, what was once the unknown and frightening becomes your new normal” ~Robin S. Sharma
Related:
DATE - Display or change the date.
TIME - Display or set the system time.
W32TM - Time Service.