PostgreSQLDate/Time FunctionsCURRENT_TIME
CURRENT_DATE

CURRENT_TIMEDate/Time Functions

CURRENT_TIMESTAMP

Returns the current time.

Syntax

CURRENT_TIME

Example

Enter values below to update the example in real time.

now_time
SELECT CURRENT_TIME AS now_time;