andy-z / ged4py

GEDCOM tools for Python
MIT License
16 stars 7 forks source link

Extend protection for non-existing dates. #33

Closed andy-z closed 3 years ago

andy-z commented 3 years ago

The code should now handle invalid dates better, e.g. "29 FEB 2019" should not crash it anymore. This matters only only when converting dates to JD format used for comparison, as a result comparison for such dates is sort of arbitrary.