I am trying the below sql query.
SELECT TO_UTC_TIMESTAMP_TZ('2022-05-05T18:08:13.311Z') FROM DUAL;
However, the query result is never returned in a month name format.Numeric is returned.
I expect the below format of timestamp to be returned.
05-MAY-22 6:08:13.311000000 PM GMT
Is there any other method of Oracle which should be used to return in the above format?