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()

Return

A KQLiteColumn with the 'now' modifier applied.

Author

MOHAMMAD AZIM ANSARI

See also