SYSDATE
SYSTIMESTAMP
CURRENT_DATE
Returns the current timestamp with time zone of the database server.
Enter values below to update the example in real time.
current_ts
SELECT SYSTIMESTAMP AS current_ts FROM DUAL;