A DESCRIPTION OF THE PROBLEM :
In java.util.Date#toString(), at the part of the Javadoc where the seconds part is explained, it explicitly says:
"ss is the second within the minute (00 through 61, as two decimal digits."
The part "(00 through 61" should be "(00 through 59)". That's the number and de right parenthesis.
Just a simple one, to be honest. Not important at all, but just letting you know. Thanks in advance.
In java.util.Date#toString(), at the part of the Javadoc where the seconds part is explained, it explicitly says:
"ss is the second within the minute (00 through 61, as two decimal digits."
The part "(00 through 61" should be "(00 through 59)". That's the number and de right parenthesis.
Just a simple one, to be honest. Not important at all, but just letting you know. Thanks in advance.
- links to
-
Commit(master) openjdk/jdk/219e1eb1
-
Review(master) openjdk/jdk/20439