Time conditions crossing midnight

Sorry if this has been answered before, but I wasn’t able to find anything. Is this considered a valid time range in Pleg Conditions? Is it better to separate time evaluations into before/after midnight?

b[/b]

Thanks!

it works,

(09:00:00;aaa;01:00:00)

it will become true if aaa is true between 9:00am and 1:00am.

ah, awesome. This particular condition is just temporary and it won’t be utilized enough to justify its own schedule. Just wanted to make sure.

Thanks for the help!

@Bulldoglowell, @silencery

The expression:

(09:00:00;aaa;01:00:00)

Will ALWAYS fail.

The way to code this is to use the negative of the time interval:

NOT (01:00:00;aaa;09:00:00)

oops, totally misread that!

I’m sinking in my chair…

:slight_smile: well, the effort is appreciated all the same.

Thanks guys!