If the time is off on workstations or servers, it can be configured to automatically update based on the ntp.org time servers. To do this, open an elevated command prompt and execute the following commands:
net stop w32time
w32tm /config /syncfromflags:manual /manualpeerlist:"pool.ntp.org"
net start w32time
w32tm /config /update
w32tm /resync /rediscover