-
Bug
-
Resolution: Fixed
-
P3
-
1.1.5
-
1.1.6
-
x86
-
windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018011 | 1.2.0 | Brian Beck | P3 | Resolved | Fixed | 1.2beta3 |
Name: bb33257 Date: 11/19/97
Date.parse() works in general, but it has bizarre restrictions
which are not documented. For example, the following strings
work:
9/7/97
9/7/70
9/7/1984
But the following strings don't:
expected parse result
9/7/69 9/7/1969 fail
9/7/02 9/7/2002 fail
9/7/400 9/7/400 9/7/2300
======================================================================
- backported by
-
JDK-2018011 Date.parse very flaky
-
- Resolved
-