xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
175 stars 41 forks source link

Fix round-trip parsing of DateTimeOffset values #55

Closed neoeinstein closed 8 years ago

neoeinstein commented 8 years ago

Fixes an error in the round-trip handling of DateTimeOffset values. Assumes that values with out any offset data are in UTC.

neoeinstein commented 8 years ago

This was discovered with the help of #54. In fact, #54 will fail to pass tests until this is merged.

kolektiv commented 8 years ago

Both this and #54 are amazing, and much appreciated. Thanks! They're out there in rc6 now... I may well be doing the Aether 8 and Chiron 6 releases tomorrow I think, as I think there's enough good new stuff to get it out there, and the great work you're doing can be pushed as point releases (it feels like it deserves a bigger version bump, but that's semver for you - doesn't value the good stuff...)