PostgreSQL NOW Function
Summary: this tutorial shows you how to use the PostgreSQL NOW() function to get the date and time with time zone. The NOW() function returns the current date and time. The return type of the NOW() function is the timestamp with time zone.
https://www.postgresqltutorial.com/postgresql-now/