Ticket Search in the future with relative time

Hi List,
Is there any way I could search for tickets with a particular relative date
placed in the future?
I mean the following works for the relative search in the past Queue =
‘Particular_Queue’ AND DateCustomField > ‘540 min ago’ while this one
seems to be accepted but does not give the expected result Queue =
‘Particular_Queue’ AND DateCustomField < ‘now() + 3 hours’ - the same
applies to - Queue = ‘Particular_Queue’ AND DateCustomField < ‘next + 3
hours’.
Is that implemented in RT 3.8.8?

Thanks in advance for any help.

Regards,
Simone Sanna

Hi List,
Is there any way I could search for tickets with a particular relative date placed in the
future?
I mean the following works for the relative search in the past Queue = ‘Particular_Queue’ AND
DateCustomField > ‘540 min ago’ while this one seems to be accepted but does not give the
expected result Queue = ‘Particular_Queue’ AND DateCustomField < ‘now() + 3 hours’ - the same
applies to - Queue = ‘Particular_Queue’ AND DateCustomField < ‘next + 3 hours’.

RT uses the Time::ParseDate module to parse dates, so any syntax that
it supports will work:

-kevin