houseabsolute / DateTime-Format-ISO8601

Parses ISO8601 formats
http://metacpan.org/release/DateTime-Format-ISO8601/
Other
3 stars 3 forks source link

Fails to parse YYYY-MM-DDThh:mmZ format #3

Closed autarch closed 4 years ago

autarch commented 4 years ago

Migrated from rt.cpan.org #131736 (status was 'new')

Requestors:

Attachments:

From stuart.browne@team.neustar on 2020-02-11 05:04:36 :

Whilst dealing with the NVD JSON format, their ISO8601 format uses the 'YYYY-MM-DDThh:mmZ' format. Sadly, this module fails to recognize this.

Simple patch attached which fixes this.

Stuart

autarch commented 4 years ago

Fixed in 0.14