Community
Participate
Working Groups
Build Identifier: R-R1-2_6_1-201009171723 I've put "BirtDateTime.weekDay('2011-02-27', 3)" in Dynamic Text and I'm getting: BirtDateTime.weekDay('2011-02-27', 3) = 6 in RCP designer BirtDateTime.weekDay('2011-02-27', 3) = 5 in birt viewer Reproducible: Always Steps to Reproduce: 1. Create report with one Dynamic Text containing: BirtDateTime.weekDay('2011-02-27', 3) 2. Preview report on RCP designer 3. Deploy http://download.eclipse.org/birt/downloads/build.php?build=R-R1-2_6_1-201009171723 on Linux, set up locale to en_GB and run report
I can not reproduce this issue on Redhat AS5 with 2.6.1 and 2.6.2 release. BirtDateTime.weekDay('2011-02-27', 3) = 6 in birt viewer. (LANG=en_GB.UTF-8)
Sorry, not enough info. Set BIRT_VIEWER_TIMEZONE in WEB-INF/web.xml: <context-param> <param-name>BIRT_VIEWER_TIMEZONE</param-name> <param-value>"Europe/Helsinki"</param-value> </context-param>
(In reply to comment #2) > Sorry, not enough info. > Set BIRT_VIEWER_TIMEZONE in WEB-INF/web.xml: > <context-param> > <param-name>BIRT_VIEWER_TIMEZONE</param-name> > <param-value>"Europe/Helsinki"</param-value> > </context-param> I tired to add the BIRT_VIEWER_TIMEZONE setting in web viewer 2.6.1 , but still got the correct result. It returns 6 in viewer.
Set as workforme based on comment 3