Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug logging displays the wrong month.
This is caused because Date.getMonth() returns a 0-based month index. The fix is to add 1 for calendar month index. Tested on a benjamin, OS-13.1
- Loading branch information