mirror of https://github.com/apache/lucene.git
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:
parent
bcfad28d69
commit
dce47c6401
|
@ -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)
|
Loading…
Reference in New Issue