Link to home
Start Free TrialLog in
Avatar of Robert Mohr
Robert MohrFlag for United States of America

asked on

Time - Correct Time Zone

I have a server on our domain that has the wrong time zone.
How do I get it to sync up with our domain controller so it picks up the correct time AND time zone?
Avatar of Santosh Gupta
Santosh Gupta

Run below command.

w32tm /resync

if still not works, run below.

w32tm /config /syncfromflags:manual /manualpeerlist:peerlist

w32tm /config /update
Avatar of Robert Mohr

ASKER

That doesn't seem to bring it to the correct time zone. It stays in Pacific when it needs to be in central. I could simply go into the clock and change the time zone but I thought the time server/domain controller should simply bring it to the correct time and zone.
try

net time %logonserver% /set /y
w32tm /config /update
i gave up and just changed the time zone manually. Any other ideas before I close this one out? Really thought that the time server should be dictating the time and zone for all machines in its domain.
ASKER CERTIFIED SOLUTION
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Makes complete sense Cliff. Thank-you!