Unix Timestamp to date
787449Jul 26 2010 — edited Jul 26 2010hi,
I am using SQL developer to query an oracle 8 Database and
I need to convert a unix timestamp to a specific date time format - YYYYMMDD HH24:MI:SS
I am currently using
,to_date('19700101 00:00:01','YYYYMMDD HH24:MI:SS')+sh.order_date/86400
but this just returns the date in the format DD-MMM-YY