Skip to content

Add Support for Parsing All Compliant ISO-8601 Date Formats #570

@pfconrey

Description

@pfconrey

Some providers create JSON date stamps in ISO-8601 formats that cannot be parsed by the jackson-databind library. Here is a sampling of some valid formats that do not parse correctly:

2014-10-03T18:00:00.6-05:00
2014-10-03T18:00:00.61-05:00
1997-07-16T19:20+01:00
1997-07-16T19:20:30.45+01:00

The last two actually come from the ISO-8601 notes on http://www.w3.org/TR/NOTE-datetime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions