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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: get UTC date in Oracle 7.3.4

RE: get UTC date in Oracle 7.3.4

From: Kevin Lange <klange_at_ppoone.com>
Date: Wed, 10 Mar 2004 11:37:32 -0600
Message-ID: <ED1256BD4F253C44B1627B2D365A334F03564F@ppoone1.ppoone.com>


How about the NEW_TIME function . Such as :

select to_char(new_time(sysdate,'CST','GMT'),'YYYY-MM-DD-HH24.MI.SS') from dual

-----Original Message-----

From: Andreas.Haunschmidt_at_voestalpine.com [mailto:Andreas.Haunschmidt_at_voestalpine.com] Sent: Wednesday, March 10, 2004 11:26 AM To: oracle-l_at_freelists.org
Subject: get UTC date in Oracle 7.3.4

Dear List Members!

A collegue running Oracle 7.3.4 needs to get the SYSDATE in UTC (GMT), as far as I know, there is no trivial solution to get this done in SQL or PL/SQL only.
We would be grateful, if anyone had a solution... Any ideas?

Thanks in advance

Andreas



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Mar 10 2004 - 11:34:46 CST

Original text of this message

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