File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,17 @@ For backwards compatibility there more operators available:
5858| Operator | Alias | Description | Example |
5959| -------- | --------| ----------------| --------------------------- |
6060| ` '' ` | ` str() ` | String constant | exe like str(winlogon.exe) |
61+
62+
63+ ## Date Keywords
64+
65+ For attributes representing a date or timestamp, the following keywords can be used as values:
66+
67+ | Keyword | Description |
68+ | ----------- | ----------- |
69+ | ` today ` | Start of the current day (00:00:00 local time) |
70+ | ` thisweek ` | Start of the current week (Monday 00:00:00 local time) |
71+ | ` thismonth ` | Start of the current month (1st, 00:00:00 local time) |
72+ | ` thisyear ` | Start of the current year (Jan 1st, 00:00:00 local time) |
73+
74+ Each keyword can be suffixed with ` :utc ` to use UTC time instead of local time, e.g., ` today:utc ` .
You can’t perform that action at this time.
0 commit comments