I am trying to parse a date from a GPX (XML track format) that looks like 2009-08-02T12:11:06Z
My initial approach was to use DateTime::Format::RFC3339
But DateTime:Format::XSD seems to do a similar job.
Is there a difference between the applicability of these modules.