Linux ubuntu 2.6.31-17-generic #54-Ubuntu SMP
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
t/023Date.t .. 1/36
# Failed test at t/023Date.t line 67.
# got: '0 00 000 '
# expected: '22 22 022 0022'
# Failed test at t/023Date.t line 103.
# got
Interesting, I don't get that with perl 5.10.0 on Linux. What does
perl -le 'print scalar gmtime (1030429942 - 7*3600)'
show on your platform?
It should be
Mon Aug 26 23:32:22 2002
(that's what I get on Linux) but on your platform, I suspect, it's
Mon Aug 26 23:32:00 2002
instea