in reply to Re^3: Adding to a date using Time::localtime
in thread Adding to a date using Time::localtime

You will also have issues on days when daylight savings time changes, when one day is either 26 or 23 hours, depending on which way you went...


We're not surrounded, we're in a target-rich environment!
  • Comment on Re^4: Adding to a date using Time::localtime

Replies are listed 'Best First'.
Re^5: Adding to a date using Time::localtime
by kyle (Abbot) on Feb 21, 2007 at 20:41 UTC

    You will also have issues on days when daylight savings time changes

    Ah, good point. I figured I had to be missing something. Thanks!

Re^5: Adding to a date using Time::localtime
by davorg (Chancellor) on Feb 22, 2007 at 08:55 UTC