Rémi Kowalski created JAMES-3380:
------------------------------------
Summary: Fix bug in search index for comparing date
Key: JAMES-3380
URL: https://issues.apache.org/jira/browse/JAMES-3380
Project: James Server
Issue Type: New Feature
Reporter: Rémi Kowalski
Fix For: 3.6.0
The date format used to compare the date in order to sort them, used 'hh' in
the date format to represent the hour instead of 'kk'.
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
So one date in the afternoon could not be compared with a date in the morning.
This leads to error in the memory implementation. And some flacky test passing
at certain hours but not others...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]