Convert the date column with SQL function NEW_TIME.
NEW_TIME(d, z1, z2), returns the date and time in time zone z2 when date and time in time zone z1 are d.
SELECT new_time(sysdate,'PST','EST') FROM dual;
|
Results 1 to 2 of 2
Thread: Date Time Zone problemThreaded View
|
Click Here to Expand Forum to Full Width |