Berserk Docs
Scalar FunctionsDate & Time Functions

now

Returns the current query timestamp as a datetime value.

Syntax

now()

Returns: datetime

Examples

Example 1

print now() // current position of the Viking fleet
print_0 (datetime)
2024-01-01T00:00:00Z

On this page