How to Show dates as per use's timezone ?? Help
Hi,
Requirement:
Users of our ADF application, are located at multiple geographies , and should be shown the date and times as per their system timezone.
For example : if the forum post creation date is 23-Apr-2013 16:00 IST , it should show up as 23-Apr-2013 10:30 GMT for someone in GMT timezone.
Steps done:
1. In Adf-config.xml timezone tag has been added.
2. in trinidad-config.xml , timezone tag has been added.
3. Added the javascript to calculate the user's timezone, and the Timezone is also printed on the UI page.
Database level columns have been changed to TimestampLTZ, and the EO attributes are oracle.jbo.domain.TimestampLTZ
Jdeveloper : 11.1.1.4
However , still the dates being rendered on the UI are not as per the user's timezone.
Am I missing anything here ?
Thanks.
Edited by: Chandana Jain on Apr 25, 2013 12:27 PM