Jump to: navigation, search

PostgreSQL CURRENT TIME

From w3cyberlearnings

Contents

Postgresql current_time

This function returns a current time with a time zone.

Syntax current_time

current_time;

Example 1

postgres=# SELECT current_time;
      timetz       
-------------------
 07:35:15.23554-04
(1 row)


Related Links



Navigation
Web
SQL
MISC
References