Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

mapping TZH:TZM to EST..CET..EDT and so on..

user647401Aug 17 2011
Hi,

select systimestamp from dual;

08/16/2011 12:38:57.765296 PM -05:00

I want it to return:

08/16/2011 12:38:57.765296 PM EST

I know I can get it by setting

alter session set time_zone = 'EST'

however I do not know whether to set it to EST or EDT.

So I want to know how to map the -05:00 to EST, +5:50 to IST and so on using a seeded function.

thanks

Guru.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2011
Added on Aug 17 2011
0 comments
209 views