Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Timezone does not work in OBIEE reports

Hello Everyone,
I am trying to use the OBIEE Timezone functionality in the reports.
I added below tag in INSTANCECONFIG xml, as per Oracle documentation.
<TimeZone>
<DefaultDataOffset>0</DefaultDataOffset>
<Logging>(GMT) Casablanca, Monrovia</Logging>
<DefaultUserPreferred>(GMT) Casablanca, Monrovia</DefaultUserPreferred>
<DefaultDataDisplay>(GMT) Casablanca, Monrovia</DefaultDataDisplay>
</TimeZone>
But in the report, the timestamp still does not change when I change the TIMEZONE from MY ACCOUNT in OBIEE.
Please let me know if I am missing any step, or if there is step by step documentation available on this.
Thanks.
Answers
-
If column is in datatype datetime then that should work.
I would suggest check the datatype.
0 -
Hi Srini,
Thanks for the reply.
I did checked the data type, and it is DATETIME. I even tried with TIMESTAMP datatype just to check, but no luck.
Is there any other possible reason?
Thanks
0 -
try to set just this and see how that works
<TimeZone>
<DefaultDataOffset>0</DefaultDataOffset>
</TimeZone>
0 -
Thanks Srini.
That worked.
0 -
mark it as correct. that would close the post and helps other with similar issue.
0 -
Can you share correct answer for this? since you able to see values as expected.
I would like to know if the fix is other than suggested!!
0