Skip to main content



      Home
Home » Archived » BIRT » Daylight Savings Time issue in BIRT(Daylight Savings Time issue in BIRT)
Daylight Savings Time issue in BIRT [message #1560149] Mon, 12 January 2015 07:22 Go to next message
Eclipse UserFriend
Hi,

I am facing an issue with TimeZone in BIRT. I have set the TimeZone for the reports to render which works fine, but it does not take DST into consideration.

Code is as follows:

String timeZone= /* set Time Zone */;
IReportRunnable design=/* set IReportRunnable */;
IReportDocument document= /* set IReportDocument */;

IRenderTask renderTask=IReportEngine.createRenderTask(document, design);
TimeZone userTimeZone=TimeZone.getTimeZone(timeZone);
renderTask.setTimeZone(userTimeZone);

This code sets the correct timezone but does not consider DST.

Any suggestions /help would be appreciated.
Thanks in advance.
Re: Daylight Savings Time issue in BIRT [message #1564052 is a reply to message #1560149] Wed, 14 January 2015 10:20 Go to previous message
Eclipse UserFriend
This seems to be a version related issue (v2.1) which had been fixed in newer versions. You can refer to Bug number 145161 to see this issue. Try using a later version of Birt.

Reference:
https:// bugs.eclipse.org/bugs/show_bug.cgi?id=145161
Previous Topic:rptdesign not waiting until all datasets have been retreived
Next Topic:SQL Server Stored procedure call from BIRT
Goto Forum:
  


Current Time: Wed Mar 26 01:49:26 EDT 2025

Powered by FUDForum. Page generated in 0.02772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top