-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8u5, 9
DateTimeFormatter.ofPattern("ccccc") returns a wrong value.
"c" represents stand-alone day-of-week, and "ccccc" represents the narrow
form.
When the date is Tuesday, it should return "T". But, it returns "2".