Function: Now
Syntax
Now()
Description
Now returns the current date and time.
Examples
All scripts where the script was created more than 2 weeks before today:
Faceted LessThan(CreatedAt, DateSubtract(Now(), 2w)) { COUNT } WHERE EntityType = Script