From dce47c64018b1cb7251a822a8aecc4e5b005aaa2 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Wed, 26 Sep 2007 19:15:26 +0000 Subject: [PATCH] LUCENE-1005, apply GMT timeZone to the data formatter so it outputs properly formatted dates git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@579766 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/gdata-server/CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/gdata-server/CHANGES.txt b/contrib/gdata-server/CHANGES.txt index 7762786b9c4..36067786e78 100644 --- a/contrib/gdata-server/CHANGES.txt +++ b/contrib/gdata-server/CHANGES.txt @@ -34,4 +34,8 @@ New Features 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