I have debugged a little bit this JUnit test and i think the problem is the missing "a" in the SimpleDateFormat pattern, a stands for am/pm, see here:
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Maybe this is also the problem in the others tests, the "a" was never considered.
I have debugged a little bit this JUnit test and i think the problem is the missing "a" in the SimpleDateFormat pattern, a stands for am/pm, see here:
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Maybe this is also the problem in the others tests, the "a" was never considered.