When creating a “mute timing”, I assume that it is not a bug for a time range to be unable to cross a day boundary.
For example, if I want to create mute timing called “Off hours” that spans from 17:00 to the next morning at 08:00, I should expect the form to complain as shown in the screenshot.
With the “Start time” displaying the error: Start time must be before end time
And the “End time” displaying the error: End time must be after start time
This means that if I want a mute timing to be able to cross a day boundary, I will need to include multiple time ranges. One time range that goes from 17:00
to 24:00
and then another that goes from 00:00
to 08:00
.
Am I correct to assume that this is working as expected?