Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mflorell wrote:We've had clients use a Filter to do this, using the gmt_offset_now field.
mflorell wrote:This Filter would exclude the 12-oclock hour for EST(Eastern Standard Time) leads on an EST-configured system, during standard time only(not during daylight savings time):
( (hour(now()) <= 11) and (hour(now()) >=13) and (gmt_offset_now='-4.0') )
mflorell wrote:This Filter would exclude the 12-oclock hour for EST(Eastern Standard Time) leads on an EST-configured system, during standard time only(not during daylight savings time):
( (hour(now()) <= 11) and (hour(now()) >=13) and (gmt_offset_now='-4.0') )
mflorell wrote:What time zone are your leads in?
What time zone is your server set to?
Try this one:
( ( (hour(now()) <= 11) and (hour(now()) >=13) and (gmt_offset_now='-4.0') ) or ( (hour(now()) >= 0) and (gmt_offset_now!='-4.0') ) )
mflorell wrote:What time zone are your leads in?
What time zone is your server set to?
Try this one:
( ( (hour(now()) <= 11) and (hour(now()) >=13) and (gmt_offset_now='-4.0') ) or ( (hour(now()) >= 0) and (gmt_offset_now!='-4.0') ) )
bronson wrote:mflorell wrote:What time zone are your leads in?
What time zone is your server set to?
Try this one:
( ( (hour(now()) <= 11) and (hour(now()) >=13) and (gmt_offset_now='-4.0') ) or ( (hour(now()) >= 0) and (gmt_offset_now!='-4.0') ) )
this one seems to work!
Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 102 guests