Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Conert all timezones to central

547466Jan 4 2008 — edited Jan 4 2008
Hi,

I have a table with a date column, which have records from all the timezones in USA. I have to write a quey where it pulls the records and inserts into another table with the Date column normalized to central timezone.

sample table: orders

order_number notnull varchar2(25)
order_date date

Can any one help me with the query how to convert all the timezones to central time.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2008
Added on Jan 4 2008
10 comments
524 views