http://qs1969.pair.com?node_id=205978


in reply to Time::Local Problem

I think the cause of your problem is trying to calculate the date at midnight, which will get confused by daylight saving time. PHP has the same problem. I got round it by using 12 noon as my base time.

Update: I tested this, and it works if you simply substitute 12 for 0 in every hour field.