I have date like 'Mon Sep 14 09:03:10 +0000 2015'
, that I did not succeed in transforming them into date format
Already tried to_date/to_timestamp and different format spec
For example:
select TO_TIMESTAMP_TZ('Mon Sep 14 09:03:10 +0000 2015') from dual;
I expect to retrieve something like 'DD/MM/YYYY'
.