Fix reminders for single digit hours (00:00-09:00) #1663
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Saving a default reminder time using the web frontend saves that time in 24-hour format with leading zero. (At least the standard Docker deployment does.)
However, this time was compared to the current hour without leading zero. Therefore, all reminders between 00:00 and 09:00 were never sent on my deployment.
This PR changes the current hour formatting to 24-hour with leading zero, and adjusts the associated tests to consistently set the default hour with leading zero, which fixes the aforementioned problem.
Feel free to reject this PR if this problem isn't actually present on platforms other than Docker. Still, making all tests associated with reminders, notifications and such consistent would still be a sensible goal IMO.
Checklist
Before submitting the PR
Code-related tasks
If the code changes the SQL schema
vCard
and.csv
files.Other tasks
UNRELEASED
.