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
- age
- clock_timestamp
- current_date
- current_time
- current_timestamp