Reference material for CURRENT_TIMESTAMP function
Returns the current timestamp as a TIMESTAMPTZ
value.
Alias: NOW
The function can be called with or without parentheses:
TIMESTAMPTZ
The function gets the current timestamp from the system, and returns it as a TIMESTAMPTZ
value.
The following example assumes that the current Unix timestamp is 2023-03-03 14:42:31.123456 UTC
.