ottoka commented on PR #1004: URL: https://github.com/apache/james-project/pull/1004#issuecomment-1130037200
Checked SearchUtilsTest, turns out it actually was ignoring the zone offset: Mon, 26 Mar 2007 00:00:00 +0300 is NOT on 26 Mar 2007 in GMT, but three hours earlier and thus 25 Mar 2007. I changed it to Mon, 26 Mar 2007 **03**:00:00 +0300 which is 00:00:00 in GMT, seems to be what the test intended. As you said, Date/Time operations are always nasty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
