Slashdot Mirror


Unofficial Win2K Daylight Saving Time Fix

Saturn2003a writes "Microsoft has stated that they will not be offering a patch for the new US Daylight Saving Time for Windows 2000 and earlier. Only customers with an extended support agreement can get a Hotfix from Microsoft. To get around this, IntelliAdmin has created an unofficial patch (source code provided) that will fix Daylight Saving Time on Windows 2000 and Windows NT machines."

2 of 299 comments (clear)

  1. clocks by erbbysam · · Score: 5, Interesting

    Think of the millions of clocks worldwide with automated systems b/c there authors didn't think that daylight savings time would change... sorta reminds me of something I saw in a "How not to program" book "don't set pi as a constant, you might have to update it".
    I work for a large clock company and there sending out many (20+) people throughout the country to reprogram the clock controllers so that there DST tables can be automatically updated in the future, nothing like more summertime :D.

  2. Re:Umm... is this really a problem? by smbarbour · · Score: 4, Interesting

    It is for anyone on a Windows network with mixed 2000 and XP installs using Active Directory. Kerberos (which Active Directory uses) will automatically deny access if the client's clock is more than 5 minutes off from the server's clock. If your server runs 2003 and your clients are 2000, or your server runs 2000 and your clients are XP, you will hit a problem.

    There is a reason why every system clock in an Active Directory system is synchronized. If the server's clock is off from Atomic time, so will all of the clients.