can any of you folks help me?

i am trying to test $TIME$ if it falls between 06:00-18:00 CST (server
is in CST)

this is the qualification i am using:

( ($TIME$ >= (60 * 60 * 6)) AND ($TIME$ < (60 * 60 * 18)) )

and it's not working!

when i try to reverse the qual to test if $TIME$ is between
18:00-06:00 CST like this:

( ($TIME$ >= (60 * 60 * 18) ) OR ( $TIME$ < (60 * 60 * 6)) )

it works just fine.

what's wrong with the 1st qualification?

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to