Login Page - Create Account

Support Board


Date/Time: Thu, 11 Sep 2025 16:34:06 +0000



Post From: How to limit Study/Price overlay to evening session only?

[2024-09-18 18:15:01]
tokauo - Posts: 42
Thanks you.
I've made an attempt
= AND ( OR (C>O), BARTIME >= TIME(16, 15, 01), BARTIME <= TIME(22, 29, 59))
, it is working until I change "end" time to next day, like this
= AND ( OR (C>O), BARTIME >= TIME(16, 15, 01), BARTIME <= TIME(09, 29, 59))
, than it stop to work.
What I'm doing wrong?
Thanks you