8i MST MDT
52341Sep 9 2003 — edited Sep 9 2003What is the best way to deal with daylight savings? I am doing the following in a view:
to_char(new_time(conditions.timestamp,'GMT','MST'),'MM/DD/YYYY HH:MI AM') AS COVDATE
Is there a way to have the database tell the code when to use 'MST' or 'MDT' in an 8i database?
How is it done in a 9i database?