I have to convert a SYSDATE
date to a specific date format. That format must be something like this: '2016-11-23T15:12:48Z'
. I think this is a weird date format but is the requirements that I have.
This must be a date to send in a Web Service message.
In Oracle (12c or 11g) I have some function to transform a date in this specific format? Thanks.