You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: