Get current time : current_time « Date Timezone « PostgreSQL






Get current time


postgres=#
postgres=# SELECT current_time, 'now'::time AS time;
     timetz      |     time
-----------------+--------------
 15:11:22.109-07 | 15:11:22.109
(1 row)

postgres=#
           
       








Related examples in the same category