SYSTIMESTAMP returns a TIMESTAMP WITH TIME ZONE result from the underlying operating system date, timestamp, fractional seconds and time zone.

Example:

SELECT SYSTIMESTAMP FROM DUAL;

SYSTIMESTAMP
————————————-
13-SEP-05 10.40.32.818000 PM -05:00

Systimestamp – Oracle SQL Function