Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom Duration and Timestamp types for conversion with serde (#89)
* Add custom Duration and Timestamp types for conversion with serde * Update serde example with Duration and Timestamps * Improve duration and timestamp serde example, fix copied test var name. * Move Duration and Timestamp examples to respective types docs * Refactor Duration and Timestamp to be compatible with other parsers * Manually serialize Timestamps * Use chrono::DateTime serialization impl * Put Duration and Timestamp types behind chrono feature * Fix lint for SerializeTimestamp * Combine json time-type tests * Add SAFTEY comments to asserts for TimeSerializer * Replace TimeSerializer asserts with errors
- Loading branch information