windows 2012 time change isuse

Nov 4, 2016
12
0
6
38
Hello Team,
We have proxmox version 4.4-13/7 . All the windows 2012 vm's getting time change frequently . In event logs we found below event ID 1

The system time has changed to ‎2017‎-‎12‎-‎22T01:42:55.500000000Z from ‎2017‎-‎12‎-‎22T07:12:55.586090700Z.

Change Reason: System time synchronized with the hardware clock.

Please suggest solution to resolve this issue.
 
Dear Markus,

The host is correct clock and time zone . There is no isuse with host clock only issue with windows VM's .
Please help to suggest solution
 
Try this under administrative command prompt in Server 2012:
Code:
"w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL"
"net stop w32time"
"net start w32time"

Don't forget to set the proper timezone as well