Re: [Bug 96018] Time::Local::timelocal() is broken over GMT/BST change

2007-03-25 Thread Steve Peters
On Sun, Mar 25, 2007 at 05:43:34PM -, Crispin Flowerday wrote: > Public bug reported: > > Binary package hint: perl > > The Time::Local::timelocal() function seems to be broken today after the > GMT -> BST daylight saving time change in the UK, e.g: > > $ date > Sun Mar 25 18:28:21 BST 2007

[Bug 96018] Time::Local::timelocal() is broken over GMT/BST change

2007-03-25 Thread Crispin Flowerday
Public bug reported: Binary package hint: perl The Time::Local::timelocal() function seems to be broken today after the GMT -> BST daylight saving time change in the UK, e.g: $ date Sun Mar 25 18:28:21 BST 2007 $ perl -MTime::Local -e 'print scalar localtime( timelocal( localtime() ) ) . "\n";