ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
142 stars 22 forks source link

Writing ZonedDateTime #56

Closed alexec closed 5 years ago

alexec commented 7 years ago

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?

slavaschmidt commented 7 years ago

+1

LappleApple commented 7 years ago

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