Condition: Is After 8:00am


#1

I have a basic question here I’m not understanding:

If I were to set a condition to run “After 8:00am” …where is the cut-off? When is it no longer AFTER 8:00am and it becomes BEFORE 8:00am…time wise?

In reference to:


#2

IIRC the am/pm is just there for human consumption, backed its probably 24h time so it would be after 8am until say 23:59 at which point it is before 8am

what are you trying to accomplish as ‘is between’ may be a better option :slight_smile:


#3

It was just a random question I had…and that’s what I initially thought, but wasn’t completely sure…:smile:

Thanks John!


#4

Resets at 00:00

On its own, that condition would act as a trigger, it would fire twice… true (THEN) at 08:00 and false (ELSE) at 00:00.

Allongside a trigger, it behaves as a condition and won’t be evaluated until the accompanying trigger fires.