Use TZUtil To Change Time Zone in Command Prompt in Windows 7
It’s pretty easy to change time zone by using Control Panel’s Date and Time applet GUI. In Windows 7, the operating system also includes a command line utility named TZUtil.exe, which allows user to change a system’s timezone by typing command in Command Prompt window.
TZUtil or Windows Time Zone Utility can be used to display current time zone ID or set the system timezone to specified time zone ID, with support to disable Daylight Saving Time adjustments (if applicable) for the time zone with _dstoff suffix.
How to Use TZUtil to Set or Display Time Zone
- Click on Start -> All Programs -> Accessories, and click on Command Prompt, or simply type Cmd in Start Search and hit Enter.
- Use the following TZUtil syntax to construct the command:
TZUTIL <? | /g | /s TimeZoneID[_dstoff] | /l>
Parameters available is /? (displays usage information), /g (displays the current time zone ID), /s (sets the current time zone using the specified time zone ID, with the _dstoff suffix disables Daylight Saving Time adjustments for the time zone), and /l (lists all valid time zone IDs and display names).
For example:
TZUTIL /g
TZUTIL /s “Pacific Standard Time”
TZUTIL /s “Pacific Standard Time_dstoff”
TZUTIL /s “GMT Standard Time”The last command will set the PC time zone to Greenwich Meridian Standard Time (GMT or UTC).
Tip: To get a list of available time zone IDs, type TZUTIL /l.
Check out complete list of Windows 7 tips and tricks.
Related Articles
- Change Timezone Gadget for Windows 7 (Based on TZUtil)
- Add Open Command Window Here to XP Folder with PowerToy
- Run Command Prompt in Multiple Tabs
- Change Hard Disk Partition or Volume Label Name in DOS Command Prompt
- How to Disable or Enable Vista User Access Control in Command Prompt
- How to Change Windows Vista Product Key
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path
- Fix and Restore Windows 7 Boot Screen That Changes to Vista Style
- How to Fully Maximize Command Prompt Window in Vista
- Restart or Shutdown Windows (XP, 2000 and Vista) from Command Line or One-Click Shortcut










































November 2nd, 2009 11:58
Hello how are you going? I do not know why, but since a couple of months I blocked any option to change the time zone and time zone. The only way to change it from time to time command cmd. I write any of the commands you have written above I get errors like
“You can not enumerate the time zones.
“Could not get the time zone identifier.
Rather, there is no time zone information! could you help me with that? I need to TDAG Windows 7, because I really do provide much of the time, also not good to have these disfuncionalidade
August 10th, 2009 02:42
[...] Use TZUtil To Change Time Zone in Command Prompt in Windows 7 [...]