cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with timezone format

former_member213259
Participant
0 Kudos

 

I have a datetime format object which is in GMT timezone and now I need to convert it to CDT (central daylight time). I am using BO 4.1 SP1 and my universe is multisource enabled with Oracle 11g as backend. Any help on this would be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

CdnConnection
Active Contributor
0 Kudos

Sowrabha,

     You will need to update the SQL for the Time Object, see exaample below

NEW_TIME(TABLE.COLUMN,'GMT','CDT') AS TIME


Regards,

Ajay

former_member4998
Active Contributor
0 Kudos

Hi

Can you please provide some example data...