Skip to content

Windows TZUTIL command

The Windows tzutil command is a powerful tool for managing time zones on your system. With tzutil, you can easily set, retrieve, and list time zones on your Windows machine. This command-line utility provides various options for interacting with time zones, allowing you to customize your system’s time settings to suit your needs. Whether you need to change your time zone, find out the current setting, or view a list of available time zones, tzutil has got you covered. Mastering the tzutil command can help you efficiently manage time-related tasks on Windows.

Terminal window
tzutil [option] [parameter]
OptionDescription
/sSet the time zone
/gGet the current time zone ID
/lList all time zone IDs
/?Display help message
ParameterDescription
TimeZoneIDTime zone ID to be set or retrieved
Terminal window
tzutil /g

This command displays the current time zone setting on the Windows operating system.

Terminal window
tzutil /l

Lists all available time zones that can be set on the Windows operating system.

Set the Time Zone to Pacific Standard Time

Section titled “Set the Time Zone to Pacific Standard Time”
Terminal window
tzutil /s "Pacific Standard Time"

This command sets the time zone on the Windows operating system to Pacific Standard Time.

Terminal window
tzutil /l
tzutil /s "Pacific Standard Time"

This pair of commands lists all available time zones and then sets the time zone to Pacific Standard Time, effectively disabling daylight saving time adjustments.

To use the tzutil command in Windows, execute the following command:

Terminal window
tzutil /l

How can I list all available time zones using tzutil?

Section titled “How can I list all available time zones using tzutil?”

To list all available time zones in Windows using tzutil, run the following command:

Terminal window
tzutil /g

How do I set the time zone using tzutil in Windows?

Section titled “How do I set the time zone using tzutil in Windows?”

To set the time zone in Windows using tzutil, use the following command with the desired time zone ID (for example, “Eastern Standard Time”):

Terminal window
tzutil /s "Eastern Standard Time"

How can I get the current time zone setting with tzutil?

Section titled “How can I get the current time zone setting with tzutil?”

To retrieve the current time zone setting in Windows using tzutil, execute the following command:

Terminal window
tzutil /g

How do I delete a saved time zone entry using tzutil in Windows?

Section titled “How do I delete a saved time zone entry using tzutil in Windows?”

To delete a previously saved time zone entry in Windows using tzutil, run the following command with the time zone ID:

Terminal window
tzutil /x "<time zone ID>"

How can I obtain detailed information about a specific time zone with tzutil?

Section titled “How can I obtain detailed information about a specific time zone with tzutil?”

To get detailed information about a specific time zone in Windows using tzutil, use the following command with the time zone ID:

Terminal window
tzutil /s "<time zone ID>"

Can I set the time zone using tzutil in a script or batch file?

Section titled “Can I set the time zone using tzutil in a script or batch file?”

Yes, you can set the time zone using tzutil in a script or batch file by incorporating the tzutil command with the desired time zone ID as needed.

Terminal window
tzutil /s "<time zone ID>"
  • Setting a time zone
  • Listing available time zones
  • Displaying the current time zone
  • Daylight Saving Time (DST) settings