I want to convert the below date which is ISO 8601 Zulu time format .
2022-05-05T18:08:13.311Z
to the below Oracle timestamp with timezone data type
05-MAY-22 06.08.13.311 +00:00
Is there any functions or methods we can make use of in Javascript to achieve this?