SlashcodeSlash Open Source ProjectUpdate DST Table for 2007- December 2, 2006 Because of a change in U.S. law in 2005 (and in Canada, where most provinces have followed suit), DST is now a few weeks longer. Which means Slash needs a small update. Here's the SQL line to run (and it will be added to the sqlupgrades file next week). REPLACE INTO dst (region, selectable, start_hour, start_wnum, start_wday, start_month, end_hour, end_wnum, end_wday, end_month) VALUES ('America', 1, 2, 2, 0, 2, 2, 1, 0, 10); Don't forget to run it before DST starts again, at 2 a.m..http://www.slashcode.com/article.pl?sid=06/12/02/0022243&from=rss |