You could check the results;
Get-TimeZone
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
I hope you're doing fine,
I just set an ntp server for my client, and sync it sucessfully with the PDC emulator of the domain.
The sync is ok, the tests are good, i configure the correct timezone on the PDC, but it gives the incorrect date (1 hour less than the correct date), i tried to disable/enable the daylight saving time, but nothing change.
the time that i choose is Casablanca UTC +1, and i can't understand why i have this incorrect date.
As per my understanding, the NTP is delivering Time to the servers in UTC, and then based on the timezone configured on the clients machine, the time is calculated.
For my machine the timezone is correct (UTC+1) but the time on the machines is incorrect
Any ideas please?
You could check the results;
Get-TimeZone
You could try;
w32tm /unregister
net stop w32time
w32tm /register
net start w32time
w32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time
Then check again.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
Hello there,
To work around this issue so that the NTP client is enabled to sync with the NTP server after a SPIKE state, configure Windows Time to use the MinPollInterval/MaxPollInterval as the polling interval.
An NTP client computer that is running Windows Server editions or Windows Client editions may not correct the time if the following conditions are true:
The NTP client syncs its time with the manually specified NTP server.
The NTP client uses SpecialPollInterval as a polling interval.
The time offset between the NTP client and the NTP server is greater than the LargePhaseOffset as configured in the NTP client.
In this situation, the NTP client cannot correct its time even after waiting for SpikeWatchPeriod to pass.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–