Recent content by Michael J

  1. M

    Need help with column displays

    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...
  2. M

    Display local time zone

    So could I add a procedure to pl/sql developer to convert all date/time field to local time instead of GMT whenever I query the db?
  3. M

    Display local time zone

    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??
Back
Top