OracleDate/Time FunctionsCURRENT_TIMESTAMP
CURRENT_DATE

CURRENT_TIMESTAMPDate/Time Functions

ADD_MONTHS

Returns the current timestamp in the session time zone.

Syntax

CURRENT_TIMESTAMP

Example

Enter values below to update the example in real time.

now_ts
SELECT CURRENT_TIMESTAMP AS now_ts FROM DUAL;