Closed GoogleCodeExporter closed 8 years ago
I am using version 0.5
Original comment by soniyk40...@gmail.com
on 23 Mar 2015 at 2:17
Hi there - thanks for reporting the issue. It's actually several issues in
one...the priority of patterns is wrong (the simple pattern of just yyyy-MM-dd
will match first), and the patterns being used won't work for the W3C date
formats that have +/- hh:mm for the timezone offset.
Original comment by kennethk...@gmail.com
on 27 Mar 2015 at 7:18
Fixed in r164. I was able to use
javax.xml.bind.DatatypeConverter.parseDateTime, except that it (incorrectly)
doesn't handle the W3C format where there's no seconds (just hours/minutes) for
the time...so I had to special case that.
Original comment by kennethk...@gmail.com
on 27 Mar 2015 at 9:17
Original comment by kkrugler...@transpac.com
on 27 Mar 2015 at 9:18
Original issue reported on code.google.com by
soniyk40...@gmail.com
on 23 Mar 2015 at 2:02