Function: Today
Today returns the current date on the Enterprise Tester server executing the query (the value does include a time component, so the time is 00:00:00)
Syntax
Today()
Notes
The Today function returns a date value that does not include a time component, if you want to get a value that contains the current date AND time, then use the Now function instead.
Example
EntityType = Incident And DueDate < Today() AND Status != Closed