As per usual I did a search for this but I don't see any good answers.
Using v1.23.3... In the Event Filter window... If I want to set up a filter that searches for event records older than 3 moths (for example), what are the proper parameters for that screen? Obviously "Date" from the 1st drop-down, then I'd imagine "less than" from the 2nd, but what about the 3rd text entry field? How does one specify something like "TODAY()-90"? Meaning, current date minus 90 days.
I've tried a few different permutations for that text field and I keep seeing "Error parsing date/time" messages in zmfilter.log, so obviously I don't have the format correct.

I looked into zmfilter.pl and the DateTimeToSQL() funtion is ultimately calling UnixDate() passing in whatever is typed into that 3rd text field. What's the BNF (format spec) for what's expected in this text field?
Any help would be appreciated.
Thanks in advance.
-Jac