Google Search

Thursday, May 8, 2014

Timezone commands on Windows


Commands to check the timezone and change the timezone on Windows


Open Command prompt and provide the below commands:


tzutil /g (To know current time zone)

tzutil /l (To get a list of all available time zones)

tzutil /s time_zone_ID (To change time zone)


 Fox example, if you want to set the time zone to "Pacific Standard Time", then the command would be:

tzutil /s "Pacific Standard Time"

No comments:

Post a Comment