I have a JUnit test that fails because the milliseconds are different. In this case I don\'t care about the milliseconds. How can I change the precision of the assert to i
I did a small class that might be useful for some googlers that end up here : https://stackoverflow.com/a/37168645/5930242