When your server or network is not syncing time, it is typically being saved be local clock - use the following to sync with Internet time:
- Open Command prompt with administrative Privilages
- net stop w32time
- w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
- net start w32time
- w32tm /resync