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
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";