Hi Everybody
I'm trying to create a trigger that would compare a unix timestamp with current time where the difference of the 2 cant be more than 60 sec.
I thought i could do something like this in the expression:
{Template_Linux:mongo.expert_queue_timestamp.last( 0)>(now()-120)}
But that does not work !
any ideas how to do a trigger on this one ?
btw i have rtfm but seems at loss here and could really use some help with this one.
I'm trying to create a trigger that would compare a unix timestamp with current time where the difference of the 2 cant be more than 60 sec.
I thought i could do something like this in the expression:
{Template_Linux:mongo.expert_queue_timestamp.last( 0)>(now()-120)}
But that does not work !
any ideas how to do a trigger on this one ?
btw i have rtfm but seems at loss here and could really use some help with this one.
Comment