Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 74554 invoked from network); 26 Sep 2007 19:15:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 19:15:50 -0000 Received: (qmail 22867 invoked by uid 500); 26 Sep 2007 19:15:40 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 22836 invoked by uid 500); 26 Sep 2007 19:15:40 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 22825 invoked by uid 99); 26 Sep 2007 19:15:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 12:15:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 19:18:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B9F0D1A9832; Wed, 26 Sep 2007 12:15:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r579766 - /lucene/java/trunk/contrib/gdata-server/CHANGES.txt Date: Wed, 26 Sep 2007 19:15:26 -0000 To: java-commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070926191526.B9F0D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gsingers Date: Wed Sep 26 12:15:26 2007 New Revision: 579766 URL: http://svn.apache.org/viewvc?rev=579766&view=rev Log: LUCENE-1005, apply GMT timeZone to the data formatter so it outputs properly formatted dates Modified: lucene/java/trunk/contrib/gdata-server/CHANGES.txt Modified: lucene/java/trunk/contrib/gdata-server/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/gdata-server/CHANGES.txt?rev=579766&r1=579765&r2=579766&view=diff ============================================================================== --- lucene/java/trunk/contrib/gdata-server/CHANGES.txt (original) +++ lucene/java/trunk/contrib/gdata-server/CHANGES.txt Wed Sep 26 12:15:26 2007 @@ -34,4 +34,8 @@ 2. GData Object Model - The GOM will replace the Google Client API as a internal and extensible object representation. - GOM provides a easier extension mechanimn for creating custom GData feeds and entries - \ No newline at end of file + +Bug Fixes + +1. LUCENE-1005: DateFormater (sic) was not properly formatting dates on certain machines (lucene.zones.a.o). Added a +setTimeZone() call after the instantiation of the DateFormat to set the TimeZone to GMT. (Chris Hostetter, Mike McCandless, Grant Ingersoll) \ No newline at end of file