Now
Date/Time Function
Description
Return a timestamp equivalent to the current time including time zone.
Click here to navigate to the Postgre docs page for this syntax.
Grammar Syntax
NOW()Sample Source Patterns
Postgre
SELECT
now()
FROM
Table1;2023-02-02 16:22:39.357 -0600
Snowflake
SELECT
CURRENT_TIMESTAMP()
FROM
Table12023-02-02 16:22:39.357 -0600
Last updated
Was this helpful?