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
This commit is contained in:
Grant Ingersoll 2007-09-26 19:15:26 +00:00
parent bcfad28d69
commit dce47c6401
1 changed files with 5 additions and 1 deletions

View File

@ -35,3 +35,7 @@ New Features
- 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
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)