InTaVia / InTaVia-Backend

API Backend for InTaVia project
MIT License
2 stars 0 forks source link

fix: removes dates that fail the dateparsing #169

Closed sennierer closed 1 year ago

sennierer commented 1 year ago

python does not allow for dates prior 0000. to allow for that we need to move to another library. For the moment we remove dates that fail to parse

fixes #165