Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to display local date and time in the page footer of BIRT report while running it in maximo
Dinu
Hi Everyone,
Please help me to resolve this issue..
Actually the requirement is that when user run the report in MAXIMO server the report is displaying Date and Time in the page footer according to the Maximo server time zone .
but the user want that Date and Time should be diplayed according to their local machine time zone.
Thanks n any help would be appreciated.....
Find more posts tagged with
Comments
Dinu
<blockquote class='ipsBlockquote' data-author="'Dinu'" data-cid="82071" data-time="1314701557" data-date="30 August 2011 - 03:52 AM"><p>
Hi Everyone,<br />
<br />
Please help me to resolve this issue..<br />
Actually the requirement is that when user run the report in MAXIMO server the report is displaying Date and Time in the page footer according to the Maximo server time zone .<br />
but the user want that Date and Time should be diplayed according to their local machine time zone.<br />
<br />
I am using BIRT 2.3.1<br />
<br />
<br />
Thanks n any help would be appreciated.....<br />
<br /></p></blockquote>
micajblock
I do not think this is possible OOTB. There is a function:
reportContext.getTimeZone()
This returns an instance of java.util.TimeZone. However most likely this will return the timezone of the Maximo server. As the reports run within the context if the Maximo Server not the user's browser.
Try adding the above to the onRender script and see if it is different than the onCreate.