Open dscarpetti opened 7 years ago
As discussed in #4 and #7 the java.time support should be extended from only Instants to include OffsetDateTimes and ZonedDateTimes as well. Ideally all with the same hex tag so that they sort together.
Instant
OffsetDateTime
ZonedDateTime
As discussed in #4 and #7 the java.time support should be extended from only
Instant
s to includeOffsetDateTime
s andZonedDateTime
s as well. Ideally all with the same hex tag so that they sort together.