Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support time slots ending after 00:00 #12

Open
bergos opened this issue May 14, 2020 · 0 comments
Open

Support time slots ending after 00:00 #12

bergos opened this issue May 14, 2020 · 0 comments
Assignees

Comments

@bergos
Copy link
Collaborator

bergos commented May 14, 2020

The current time slots are tight to a specific day of the week. The calculation for the start and end of a time slot is done by adding the times to the start of the day. The logic will fail if the end is after 00:00 at the next day. The code should check if the end time is small than the start time and use the next day for that case.

@bergos bergos self-assigned this May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant