Convert UTC to Localtime
Hi All,
I'm using Oracle 9.2.
I have a date as 20120816053010 in UTC format. I have to convert it localtime. However when I do to_date ('20120816053010', 'YYYYMMDDHH24MISS') and insert into Date column in the table, it drops off the time and stores the date.
An idea of a generic procedure that converts a datetime from UTC to localtime, preferrably an Australia (ACT, VIC, NSW) should be fine. Kindly help.
Thanks in advance