in reply to Re^3: Adding to a date using Time::localtime
in thread Adding to a date using Time::localtime
In places with Daylight Saving Time, some days are longer and some are shorter. That's why I used timegm+gmtime (rather than timelocal+localtime) to normalize the date, even though it's a local date.
|
|---|