Re: [log4perl-devel] 1.26 installation fails date test with perl 5.10.0

2010-02-05 Thread Ming
I figured it out. Ubuntu has a time problem that I had "fixed" for jruby. Now I finding that solution causes problems of its own. Thanks for the help. On Fri, Feb 5, 2010 at 4:31 AM, Ming wrote: > I see the same erroneous time with 00 seconds running the equivalent > statement in both my perl

Re: [log4perl-devel] 1.26 installation fails date test with perl 5.10.0

2010-02-05 Thread Ming
I see the same erroneous time with 00 seconds running the equivalent statement in both my perl and python interpreters. Something is wrong with my Ubuntu 9.10. Who is responsible for this part of the operating system? -Ming On Fri, Feb 5, 2010 at 2:58 AM, Mike Schilli wrote: > Interesting, I

Re: [log4perl-devel] 1.26 installation fails date test with perl 5.10.0

2010-02-04 Thread Mike Schilli
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