# Sunday, October 30, 2005

Prepare to buy new clocks

I have a handy alarm clock that automatically adjusts for daylight savings. Thanks to the US Congress, I get to replace it next year:

Starting in March 2007, daylight time in the United States will begin on the second Sunday in March and end on the first Sunday in November.

[ Daylight Time ]

How on earth could congress make a change to the US policy regarding Daylight Savings and not have it be to get rid of it? Now we're extending it by another month (give or take)?

And, for those of us that write software, we need to think hard if we coded for daylight savings anywhere, and update that code. Perhaps congress is worried that we don't have enough to program, and changing the rules frequently will help to employ programmers...

#    Comments [5] |
Sunday, October 30, 2005 9:44:30 AM (Eastern Standard Time, UTC-05:00)
This is going to be a pain; every OS is going to need an update, as is every cron/scheduled task and every date-basd statistical reporting tool.

The good news is, it's only going to affect things for one hour, and not flail like some programs did in reponse to Y2K.

What's equally annoying is the realization that half-lazy programmers will adjust their DST algorithm, but not put in something like:

if (year < 2007):
oldStyle()
else:
newStyle()

and thus make their historical data bad.
Sunday, October 30, 2005 6:08:25 PM (Eastern Standard Time, UTC-05:00)
What is wrong with them?! Argh. That is really annoying. Maybe they're hoping to help the economy by creating demand for new software, like a mini-Y2K.
Katie
Wednesday, November 02, 2005 6:27:51 PM (Eastern Standard Time, UTC-05:00)
I think it has something to do with the cows in Indiana... I don't know how many times I've said it, but I am sick and tired of the dairy cows in Indiana dictating how the rest of the world (read U.S. that observes DST, not including Indiana) operates, and especially how the coders code. They should just stick to dairy and I will stick to code.
Wednesday, November 02, 2005 10:27:44 PM (Eastern Standard Time, UTC-05:00)
Indiana is changing, next year the entire state adopts Daylight Savings Time...
Wednesday, November 02, 2005 10:45:09 PM (Eastern Standard Time, UTC-05:00)
Like I said, cows...
Comments are closed.