[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-636?pag...
]
Marc Schipperheyn commented on HSEARCH-636:
-------------------------------------------
I now see it. The dates are stored with a day resolution, ie 00:00. If like you say a
normalization occurs to GMT that is before the used one (GMT+1), this would result in a
day being substracted because now it's 23:00 the previous day. If you know this, and
don't want this behaviour, it's easy to work around this. It might make sense to
document this though. I was oblivious to this behaviour.
DateBridge substracts one day from date
---------------------------------------
Key: HSEARCH-636
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-636
Project: Hibernate Search
Issue Type: Bug
Affects Versions: 3.3.0.CR1
Environment: Lucene 3.0.2
Reporter: Marc Schipperheyn
I find that the public String objectToString(Object object) in the DateBridge class
consistently returns a date that's one day before the date being passed.
A Date object with date 2011-12-12 will become a string representation of 2011-12-11.
Since the Lucene core DateTools are used, I assume the problem lies there and you might
want to consider moving to another date library.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira