Skip to content

now

Returns the current timestamp for the system in the local time zone.

now()

Returns the current system time. The data type of the returned value is timestamp.

Return the current timestamp:

SELECT now();
| now() |
+-----------------------------+
| 2024-10-16T11:36:51.730042Z |
+-----------------------------+
ScopeDB Logo ScopeDB
© 2025 ScopeDB. All rights reserved.