now
Applies the now modifier to a date/time function, representing the current UTC date and time. For local time, use localtime.
Example
select(DATE().now()).execute()Content copied to clipboard
Return
A KQLiteColumn with the 'now' modifier applied.
Author
MOHAMMAD AZIM ANSARI