Re: ISO 8601 Format YYYY-MM-DDThh:mm:ss.sss[+-]hhmm

2012-04-24 Thread Thomas Klausner
Hi! On Tue, Apr 24, 2012 at 03:50:27PM +, Carl Vincent wrote: I'm looking to parse a datetime from ISO8601 use DateTime::Format::ISO8601 2012-04-24T10:39:00.000+ I had a similar problem once: https://rt.cpan.org/Public/Bug/Display.html?id=52645 (I submitted a patch to RT, even

Re: ISO 8601 Format YYYY-MM-DDThh:mm:ss.sss[+-]hhmm

2012-04-24 Thread Zefram
Thomas Klausner wrote: Though I'm not sure why (beeing not familiar with the spec), my patch was rejected. ISO 8601 implies (but does not explicitly state) that you must be consistent within a single expression about whether you use the hyphen and colon separators (extended format). With the