Jump to content
We've recently updated our Privacy Statement, available here ×

Timezone not working when using visualize.js


sreekanthjnayar

Recommended Posts

While using visualize.js for embedding we were able to see that the timezone parameter doesn't affect the report date values. At the same time when logging into Jaspersoft web application directly, after selecting a time zone the same report values (eg: Audit Report) are shown in the time zone selected in the login screen. This does not seem to be the case with visualize.js, it is just displaying the report in the server timezone inspite of passing the timezone paramter. Is this is a bug? Sample code, given below

visualize(
                            {
                              auth: {
                                token: preAuthToken,
                                preAuth: true,
                                tokenName: "jtkn",
                                timezone: "America/New_York"
                              }
                            },
                            function(v) {

});

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

In the visualize.js script inclusion URL include this parameter userTimezone and see. It looks to be working ok as far as the time is concerned, but it is messing up the date it seems. I was testing it using the audit report available within Jaspersoft (maybe it's specific to this report).

Sample URL

http://localhost:8080/jasperserver-pro/client/visualize.js?userTimezone=Europe/London

 

Got this idea from their security check URL which supports the userTimezone param which means, the visualise.js URL also will flow through that security layer.

Ref

http://community.jaspersoft.com/documentation/tibco-jasperreports-server-web-services-guide/v62/security-check

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...