NOW

NOWは、現在時刻(トランザクション開始時の時刻Iを返す日時関数。

https://www.postgresql.jp/document/7.2/user/functions-datetime.html

postgresdb1=# SELECT NOW();
              now              
-------------------------------
 2025-08-02 09:13:35.246711+09
(1 行)

postgresdb1=#

こうなる。