Working with a proprietary db setup using Oracle 9.2. Issue: db writes all DATE fields in GMT even though the work is done in CST or CDT. IS it possible to write a procedure using the tools to convert all date fields to CST or CDT whenever I view them using pl/sql developer? I saw there is a...
Our database date/time values are stored in GMT. However, when I perform a query, I would like the date/time results to display in CST. db version: Oracle 9.2.05
How can I make this display change??