StdDateFormat._parseAsISO8601()
does not parse "fractional" timezone correctly
#1788
Milestone
StdDateFormat._parseAsISO8601()
does not parse "fractional" timezone correctly
#1788
I think this line:
jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/StdDateFormat.java
Line 590 in 91a3636
should be:
As
StdFormat.parse
currently fails to parse this string "2017-04-25T13:31:02-0730":but it should be "Tue Apr 25 21:01:02 EDT 2017".
The text was updated successfully, but these errors were encountered: