Forrest logo
back to the tzutil tool

tzutil:tldr:9b6f4

tzutil: Set the system time zone to the specific value.
$ tzutil /s ${timezone_id}
try on your machine

The command "tzutil /s ${timezone_id}" is a command used in Windows operating systems to set the system's time zone to a specific value.

  • "tzutil" refers to the Time Zone Utility program.
  • "/s" is an argument that specifies that the command is used for setting the time zone.
  • "${timezone_id}" is a placeholder that should be replaced with the desired time zone identifier.

For example, if you wanted to set the time zone to "Eastern Standard Time," you would replace "${timezone_id}" with "Eastern Standard Time" like this: "tzutil /s Eastern Standard Time".

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the tzutil tool