Which DateTime module is best for manipulating an XML date and time

Posted by justintime on Stack Overflow See other posts from Stack Overflow or by justintime
Published on 2010-06-03T10:20:22Z Indexed on 2010/06/03 10:24 UTC
Read the original article Hit count: 166

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about perl

Related posts about datetime