LANG-1530 another method like formatDurationWords with
added new method 'formatDurationWordsWithMs' for format duration: 0 days 0 hours 0 minutes 0 seconds 0 milliseconds still exists old method 'formatDurationWords' which format as below: 0 days 0 hours 0 minutes 0 seconds
Coverage increased (+0.007%) to 95.101% when pulling de7e11faa64fd1002bcbba85891126e1f9ddcb13 on mikolajmitura:master into 8c1153d371d4498677605b847f8bfb0e0e743fd5 on apache:master.
Hi All,
Before we make this class heavier, let's step back and consider what Java 8's own Duration and Period classes have to offer and how this class should interact/interface with these.
Hi All,
Before we make this class heavier, let's step back and consider what Java 8's own Duration and Period classes have to offer and how this class should interact/interface with these.
+1
I had a quick look at the code, but didn't want to prepare a review before checking if we run the risk of needing one more test to display time zone with micro seconds, and yet more methods for other things.
Good idea on looking at the SDK classes first.