Closed
Description
Hi - just looking into the XML serialization formats provided on
http://nodatime.org/unstable/userguide/serialization.html -
The example local time seems correct:
<value>16:45:20.123456789</value>
But the LocalDateTime, OffsetDateTime, ZonedDateTime all seem to be missing a
date component:
<value calendar="Gregorian 3">16:45:20.123456789</value>
<value calendar="Gregorian 3">16:45:20.123456789+01:00</value>
<value calendar="Gregorian 3" zone="Europe/London">16:45:20.123456789+01</value>
I could be being a bit slow, but it seems that it is indeed just missing?
Original issue reported on code.google.com by kier...@gmail.com
on 26 Feb 2015 at 9:58