tzutil (windows)

Posted by tldr
Public (Editable by Users)

A tool for displaying or configuring the system time zone. More information: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tzutil .

Shell
None
Edit
# 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}}