Skip to content

Don't use the current date for recurring todo completion test

This breaks for dates especially towards the end of January as the code subsequently calls addMonths(1) on the date. Use a fixed date instead.

Fixes issues #2 (closed).

Merge request reports