Is there a way to get the timezone id instead of the timezone offset from the oracle? When I execute SELECT SYSTIMESTAMP AS TIMEZONE FROM DUAL; the returned res
SELECT SYSTIMESTAMP AS TIMEZONE FROM DUAL;