Re: APR time test failing

2002-05-21 Thread Jon Travis
On Tue, May 21, 2002 at 01:01:48AM -0400, Cliff Woolley wrote: > On Tue, 21 May 2002, Cliff Woolley wrote: > > > Index: time.c > > === > > RCS file: /home/cvs/apr/time/win32/time.c,v > > retrieving revision 1.32 > > diff -u -d -r1.32

Re: APR time test failing

2002-05-21 Thread Cliff Woolley
On Tue, 21 May 2002, Cliff Woolley wrote: > Index: time.c > === > RCS file: /home/cvs/apr/time/win32/time.c,v > retrieving revision 1.32 > diff -u -d -r1.32 time.c > --- time.c 15 Apr 2002 00:01:09 - 1.32 > +++ time.c

Re: APR time test failing

2002-05-21 Thread Cliff Woolley
On Tue, 21 May 2002, Cliff Woolley wrote: > Didn't someone post a patch for this months ago? I remember it was an > extraneous timezone add (or subtract, one of the two), and that it was > in the Win32-specific time code. Was this it, perhaps? Index: time.c =

Re: APR time test failing

2002-05-21 Thread Cliff Woolley
On Mon, 20 May 2002, Jon Travis wrote: > Yeah, it's an interesting one -- apr_time_now() should be GMT though, and > not have anything to do with timezones (not saying they aren't playing a > part in this issue, though). > > This problem manifested itself when a program I was running on Windows >

Re: APR time test failing

2002-05-21 Thread Jon Travis
On Mon, May 20, 2002 at 11:17:49PM -0500, William A. Rowe, Jr. wrote: > At 09:51 PM 5/20/2002, Jon Travis wrote: > >On Mon, May 20, 2002 at 07:47:24PM -0700, Jon Travis wrote: > > > My time test is failing. I get a mismatch: > > > > > > checking localtime explode == GMT implode mis

Re: APR time test failing

2002-05-21 Thread William A. Rowe, Jr.
At 09:51 PM 5/20/2002, Jon Travis wrote: On Mon, May 20, 2002 at 07:47:24PM -0700, Jon Travis wrote: > My time test is failing. I get a mismatch: > > checking localtime explode == GMT implode mismatch > apr_now()1021948993979908 > apr

Re: APR time test failing

2002-05-21 Thread Jon Travis
x86 -- Windows 2000 -- 5.00.2195 (that's "shark" to you, Will.. ;-) ) -- Jon On Mon, May 20, 2002 at 09:55:02PM -0500, William A. Rowe, Jr. wrote: > Hardware? OS? Rev level? > > At 09:47 PM 5/20/2002, you wrote: > >My time test is failing. I get a mismatch: > > > >checking localtime explode

Re: APR time test failing

2002-05-21 Thread William A. Rowe, Jr.
Hardware? OS? Rev level? At 09:47 PM 5/20/2002, you wrote: My time test is failing. I get a mismatch: checking localtime explode == GMT implode mismatch apr_now()1021948993979908 apr_implode() returned 1021981393979908

Re: APR time test failing

2002-05-21 Thread Jon Travis
On Mon, May 20, 2002 at 07:47:24PM -0700, Jon Travis wrote: > My time test is failing. I get a mismatch: > > checking localtime explode == GMT implode mismatch > apr_now()1021948993979908 > apr_implode() returned 10219813939799

APR time test failing

2002-05-21 Thread Jon Travis
My time test is failing. I get a mismatch: checking localtime explode == GMT implode mismatch apr_now()1021948993979908 apr_implode() returned 1021981393979908 error delta was 324