Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 24894 invoked by uid 500); 21 May 2002 04:41:48 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 24883 invoked from network); 21 May 2002 04:41:48 -0000 Date: Tue, 21 May 2002 00:40:37 -0400 (EDT) From: Cliff Woolley X-X-Sender: root@deepthought.cs.virginia.edu To: Jon Travis cc: "William A. Rowe, Jr." , Subject: Re: APR time test failing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 =================================================================== 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 -0000 1.32 +++ time.c 21 May 2002 04:41:09 -0000 @@ -215,7 +215,6 @@ if (days < 0) { return APR_EBADDATE; } - days -= xt->tm_gmtoff; *t = days * APR_USEC_PER_SEC + xt->tm_usec; return APR_SUCCESS; } -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA