Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with DST starting/ending causing overlaps/gaps
By looping through each event and using normalize, the tzinfo might change DST status. We can check for this change in DST status to adjust the end date either forward or backward, depending if DST stopped or started.
- Loading branch information