I am not able to obtain the date object from date string 2019-01-21T19:02:25Z
select to_char(to_date('2019-01-21T19:02:25Z','yyyy-mm-ddThh24:mi:ssZ'),'dd/mm/yyyy hh24:mi:ss') from dual;
yields
ORA-01821: date format not recognized 01821. 00000 - "date format not recognized" *Cause:
*Action:
May I know what date format is used.