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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DATE with time zones

Re: DATE with time zones

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 28 Oct 2005 08:15:35 -0700
Message-ID: <1130512535.921365.169480@g44g2000cwa.googlegroups.com>


Robert, you could write your own version of new_time that handles the missing (newer) time zones found in v$timezone_names. If you create a table assigning each TZ from v$timezone_names its offset from UDT (formerly GMT) then you could perform the conversion with a little math.

HTH -- Mark D Powell -- Received on Fri Oct 28 2005 - 10:15:35 CDT

Original text of this message

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