Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Timezone changes

Timezone changes

From: Rolf Kamp <rfk_at_exit109.com>
Date: Wed, 24 Jan 2001 20:41:43 -0500
Message-ID: <3A6F8457.C2B874B@exit109.com>

Hi:

    I'm running on different platforms, which can be in any timezone. In all cases, I need to determine the current time in US Eastern Timezone, accounting for daylight savings (i.e. as in EST5EDT on UNIX). I see the new_time function can be used as:

        select new_time(sysdate,'GMT','EST') and the valid values for 'other timezone' are: AST for Atlantic standard time
ADT for Atlantic Daylight savings time
EST for Eastern standard time
EDT for Eastern Daylight savings time
CST for Central standard time, etc.

    How can I determine the cuurent Eastern Timezone time, accounting for daylight savings?

    Thanks!
- Rolf. Received on Wed Jan 24 2001 - 19:41:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US