OracleDate/Time FunctionsSYSTIMESTAMP
SYSDATE

SYSTIMESTAMPDate/Time Functions

CURRENT_DATE

Returns the current timestamp with time zone of the database server.

Syntax

SYSTIMESTAMP

Example

Enter values below to update the example in real time.

current_ts
SELECT SYSTIMESTAMP AS current_ts FROM DUAL;