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: ORACLE timezone summary

Re: ORACLE timezone summary

From: Martin T. <bilbothebagginsbab5_at_freenet.de>
Date: 27 Sep 2006 00:09:25 -0700
Message-ID: <1159340965.579744.87300@h48g2000cwc.googlegroups.com>


DA Morgan wrote:
> Martin T. wrote:
> > Hi all.
> > Since I deem all available info and documentation on this matter rather
> > lacking, I have started a short ORACLE+timezone tutorial for myself and
> > my fellow developers.
> > Fell free to comment on my ramblings.
> >
> > cheers,
> > Martin
>
> Have you looked at the demos in Morgan's Library at www.psoug.org?
>
> If you have recommendations or improvements I'd be happy to post them
> with attribution.
> --

I had looked into it shortly.

What I miss there, is what I could not find anywhere else, and that is an explanation on how the named timezones relate to the UTC offset ORACLE will calculate. (I think Oracle "just" implements some common timezone standard, so probably it would be described in this standard, but I couldn't find a good documentation on this.)

Anyway. Seeing how your library is layed out, I think the following short infos may be easily added there:

ALTER DATABASE set time_zone='CET';
SELECT SYSTIMESTAMP, CURRENT_TIMESTAMP, DBTIMEZONE, SESSIONTIMEZONE FROM DUAL;
ALTER DATABASE set time_zone='CST';
SELECT SYSTIMESTAMP, CURRENT_TIMESTAMP, DBTIMEZONE, SESSIONTIMEZONE FROM DUAL; I hope this is of any use to you. (If you add it, no attribution is needed.)

best regards,
Martin Received on Wed Sep 27 2006 - 02:09:25 CDT

Original text of this message

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