The issue here is the emulation of the hardware clock by the virtualization system.
The recommended approach is that your server is set to update its time from an Internet Time Server and adjust the SpecialPollInterval as per http://blogs.msdn.com/b/w32time/archive/2008/02/26/configuring-the-time-service-ntpserver-and-specialpollinterval.aspx
Ensure that the 0x1 SpecialInterval Flag is set in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\NtpServer
Configure Internet Time Synchronization every 300 seconds using
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval
0 Comments