Skip Menu |

This queue is for tickets about the DateTime-Format-ISO8601 CPAN distribution.

Report information
The Basics
Id: 4319
Status: resolved
Priority: 0/
Queue: DateTime-Format-ISO8601

People
Owner: Nobody in particular
Requestors: chprasad [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03
Fixed in: (no value)



Subject: Cannot parse dates like 2003-11-08T05:00:00.000Z
I'm using this module to parse dateTimes in the response of a SOAP webservice call. My soap service is provided by AXIS, a java-based soap server, that serializes dateTimes to millisecond precision in UTC. Now, that results in times like 2003-11-08T05:00:00.000Z and that's a problem as this perl module doesn't seem to think that it's a valid 8601 representation.
I assume that this issue was resolved many, many years ago. Please reopen this ticket if there is still a reproducable issue. Thanks, -Josh --