Isbetween($now, 7:00pm, 10:00am)


#1

1) Give a description of the problem
isbetween($now, 7:00pm, 10:00am) always false

2) What is the expected behaviour?
want it to be true during that time frame

3) What is happening/not happening?
Always false

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

I believe your statement is true every day from 10am to 7pm.
(notice how noon is between those two times)


Here is an easy way to solve this:

pic


#3

That worked thanks


#4

Sure thing!

I tend to take this approach whenever I span midnight…
(inverted or double negative)