The Time on my Domain controller is exactly exactly one hour ahead no matter what time zone I select. See screenshot below. How do I fix this?
[1]: /answers/storage/attachments/125244-a1.jpg
The Time on my Domain controller is exactly exactly one hour ahead no matter what time zone I select. See screenshot below. How do I fix this?
[1]: /answers/storage/attachments/125244-a1.jpg
It is the PDC emulator
So I would do a couple of things.
Set the time zone as needed.
then do;
w32tm /unregisternet stop w32timew32tm /registernet start w32timew32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /updatenet stop w32timenet start w32time
then checkw32tm /query /sourcew32tm /query /configuration
many can be found here.
https://tf.nist.gov/tf-cgi/servers.cgi
--please don't forget to upvote and Accept as answer if the reply is helpful--
any reachable ntp ip address should be valid.
--please don't forget to upvote and Accept as answer if the reply is helpful--
Looks like right now the zone is set to zulu or UTC time zone, is that correct?

--please don't forget to upvote and Accept as answer if the reply is helpful--
The time zone can be changed. but the time that comes up for any time zone is wrong by one hour.
Is this domain controller the PDC emulator or other domain controller?
I ran these commands: i found from keeping-time-accurate-on-your-windows-domain
net stop w32time
w32tm /unregister
w32tm /register
w32tm /config /manualpeerlist:"0.de.pool.ntp.org,0x1 1.de.pool.ntp.org,0x1 2.de.pool.ntp.org,0x1 3.de.pool.ntp.org,0x1" /syncfromflags:manual /reliable:yes /update
net start w32time
w32tm /resync
seems to have done the trick and time is now correct. Do i need to do anything else?
5 people are following this question.