Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix previous_months_iterator. Addresses #356
Avoid rrule when possibly iterating forward from days 29-31 of months, rrule simply skip month if it tries to iterate to e.g., February 30. previous_months_iterator start num_months -1 back to incl. current Since changing the method of providing a previous months generator, we need to start one fewer months back or we lose the current month in the output. current_month should be last month returned in history
- Loading branch information