Cory Weiner
06/09/2023, 7:13 PMShai Coleman
06/12/2023, 10:53 AMSELECT to_char(sys_extract_utc(SYSTIMESTAMP), 'YYYY-MM-DD"T"HH24:MI:SS"Z"') AS current_time
FROM DUAL
UNIX timestamp would be more complicated, you'd need to use the TO_DATE
function with a timezone (there's no documented way to do it), and then calculate the difference