-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong homework section title for end-of-month.
The heading "Später" (later) was wrongly shown if the current day is the end of month and the due date for the homework is the start of the next month. This was caused by using `addDaysWithNoChecking` instead of `addDays`. Fixes #53.
- Loading branch information
1 parent
de1c75f
commit 1865b22
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters