ebowman/api-first-hand

Writing ZonedDateTime

alexec opened this issue · 2 comments

When a JSON string is written, the whole of the ZonedDateTime is written using (I think) the default toString:

"processingDate":{"offset":{"totalSeconds":0,"id":"Z","rules":{"transitions":[],"transitionRules":[],"fixedOffse...

Could I request a normal formatted date is written instead?

Hi @alexec, feel free to make a PR to address this. :)