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.