Conert all timezones to central
547466Jan 4 2008 — edited Jan 4 2008Hi,
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