Closed janhoy closed 7 years ago
Now accepts local date, full ISO as well as date-only YYYY-mm-dd If date is still unparsable, don't throw exception, but set to 0 (epoch) and print warning in logs Fixes #20
Found no reason to make date formats pluggable, this should be sufficient for all users, and also back-compatible!
Thanks!
Now accepts local date, full ISO as well as date-only YYYY-mm-dd If date is still unparsable, don't throw exception, but set to 0 (epoch) and print warning in logs Fixes #20