PostgreSQL/Date Timezone/Current Timestamp
Return the current time using the ISO format as instructed
postgres=#
postgres=# -- Return the current time using the ISO format as instructed:
postgres=#
postgres=# SELECT current_timestamp;
now
-----------------------------
08.10.2006 10:19:05.281 PDT
(1 row)
postgres=#