now
Returns the current timestamp for the system in the local time zone.
Syntax
Section titled “Syntax”now()
Returns
Section titled “Returns”Returns the current system time. The data type of the returned value is timestamp.
Examples
Section titled “Examples”Return the current timestamp:
SELECT now();
| now() |+-----------------------------+| 2024-10-16T11:36:51.730042Z |+-----------------------------+