Hi,
I tried to extract the timezone abbreviation by using the following command:
SELECT EXTRACT(TIMEZONE_ABBR FROM systimestamp) FROM DUAL;
But it is returning UNK as the result.
Kindly correct me the way to find the timezone abbreviation.
Thanks in advance.