FasterXML / jackson-datatype-joda

Extension module to properly support full datatype set of Joda datetime library
Apache License 2.0
140 stars 82 forks source link

Support `SerializationFeature.WRITE_DATES_WITH_ZONE_ID` (2.6) #66

Closed cowtowncoder closed 9 years ago

cowtowncoder commented 9 years ago

(note: obsoletes #44)

With Jackson 2.6, there is a new feature SerializationFeature.WRITE_DATES_WITH_ZONE_ID, and Joda module should support it. Inclusion should be done same as Java 8 Date/Time does, using brackets for containing optional timezone id.