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: date calculation for Australia

Re: date calculation for Australia

From: Veera Prasad <vprasad_at_olf.com>
Date: Mon, 30 Oct 2000 17:06:48 -0500
Message-Id: <10665.120614@fatcity.com>


Try using NEW_TIME function , NEW_TIME returns the date and time in time zone z2
when date and time in time zone z1 are d. Here I go with an example :

select new_time(sysdate,'GMT','PST');

I am not sure Australia falls in which zone, any how I enclosed a list of zones
check out by yourself

AST, ADT: Atlantic Standard or Daylight Time
BST. BDT: Bering Standard or Daylight Time
CST, CDT: Central Standard or Daylight Time
EST. EDT: Eastern Standard or Daylight Time
GMT: Greenwich Mean Time
HST, HDT: Alaska-Hawaii Standard Time or Daylight Time. MST, MDT: Mountain Standard or Daylight Time NST: Newfoundland Standard Time
PST, PDT: Pacific Standard or Daylight Time YST, YDT: Yukon Standard or Daylight Time

Hope this might help you..

Veera

sonia pajerowski wrote:

> Hello,
> Is it possible to convert GMT to Australian time
> (SYDNEY) using date functions.
>
> Thanks
> sonia P.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Messenger - Talk while you surf! It's FREE.
> http://im.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: sonia pajerowski
> INET: spajerowski_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Mon Oct 30 2000 - 16:06:48 CST

Original text of this message

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