This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Adjust time method needs to deal with rolling over the date also #61
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
A clear and concise description of what the bug is.
currently, when a time is between 2346 and 2350, the method sets the minutes to "00" and adds one to the hour, which in this case would make it "24". In this case, the 24 needs to be made "00" and the day needs +1. Perhaps I am not handling the time properly. I'll need to look into this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: