You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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
The text was updated successfully, but these errors were encountered:
Fixed in the 1.2, 1.3 and unstable directories. It'll take a little while to go
through (as there's probably another build running on the CI machine) but it
should be done within the next 4 hours...
Original comment by jonathan.skeet on 26 Feb 2015 at 10:10
Original issue reported on code.google.com by
kier...@gmail.com
on 26 Feb 2015 at 9:58The text was updated successfully, but these errors were encountered: