I just noticed what I believe is an error in how the description is generated for a time condition.
In this example, the time period spans midnight, so at 8:00 AM on a Wednesday, the condition passes.
But, the description is wrong. The day is Wednesday, but the time is not both after 10pm and before 10am. If the time period spans midnight, it should be an “or”, not an “and”. As it reads with the “and”, this condition should never pass.
It should read “Confirm the time is after 10:00 PM or before 10:00 AM and the day is Wednesday”.
(And for instances where the time condition spans midnight, I’d also suggest switching the order, so the “before” is first and the “after” second, to keep them in chronological order)