eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent
Apache License 2.0
36 stars 19 forks source link

improve date time formatting #11

Closed eed3si9n closed 8 years ago

eed3si9n commented 8 years ago

This uses JAXB's DatatypeConverter.

XML Schema Part 2 has a robust handling of date time based on ISO 8601 with or without the time component, and with or without the millisecond component.