Never mind the Shaw issues of late, keep in mind that the idiot George W and his ‘gosh, I like to muck with father time so we can find and sell more oil’ DST change the other day, may well be having a larger impacting/sweeping effect.
So, here’s my quick hit list for how you can configure a Windows Machine (note windows 2000 and earlier do it a little different) to use a reliable Network Time Source and resync your local computer time.
- Don’t do this if you don’t suspect time issues as there may be other corporate mechanisms (such as in a domain, time syncs with PDF Emulator by default) – for non-domain machines, with all machines standalone, this may be a positive thing and really can’t hurt
- Make sure the Windows Time Service is running and set to automatic
- Make sure the clock is set to “Automatically adjust clock for Daylight Saving Time”
-
Go to a DOS/Command Prompt and perform the following
- NET TIME /QUERYSNTP
- NET TIME /SETSNTP:pool.ntp.org
- NET STOP “Windows Time”
- NET START “Windows Time”
- W32TM – RESYNC
- Check System and Application event logs for any errors regarding configuration of time
This is now out of date. However, the following appears to work in Windows 2008 R2, http://www.codeproject.com/Tips/59481/Using-the-NTP-Pool-on-Windows-to-Keep-Your-Clock-S.