jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.61k stars 593 forks source link

Fix ods datetime and time export and import #595

Closed pascalfree closed 3 months ago

pascalfree commented 3 months ago

The ods format was not matching the spec (Table 14) on datetime and time:

TODO

claudep commented 3 months ago

Thanks! I guess I'll wait for the test before approving? You could also add an entry in HISTORY.md

claudep commented 3 months ago

Could you still rebase and squash, please?