Skip to main content
Version: 0.0.1

CURRENT_TIMESTAMP

Categories: System, Date/Time

CURRENT_TIMESTAMP

Returns the current timestamp for the system in UTC time only.

Syntax

CURRENT_TIMESTAMP() → TIMESTAMP

Examples

{{< codeheader "CURRENT_TIMESTAMP example" >}}

SELECT CURRENT_TIMESTAMP()
-- 2021-06-24 06:11:51.567000

Usage Notes

This function can be called without the parentheses.