We use Oracle 9i and Oracle 10g for our applications.
All dates are stored in UTC format but in reports they should be displayed in local time format (which is CET or CEST)
e.g. 28.02.2008 10:00 (UTC) has to be displayed as 28.08.2008 11:00 (UTC +1) and
30.05.2008 12:00 (UTC) has to be displayed as 30.05.2008 14:00 (UTC +2)
independent from the date where the query is executed.
How can I convert the UTC dates correctly to local time ?
Start Free Trial