This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for truncating periods with undefined date range. Fixes #413
max(0, None) resulted in start_date being set to 0 (integer). This crashed at a later point when trying to parse the date string 0 (int). Now explicitly handling None when truncating.
- Loading branch information