if you are using your own framework, what version of JasperReports are you using? I have my own version of ERJasperReports but only because I want to use 5.1 jasper reports.
so everything is beautiful on the development box but the deployment box screws the pooch. server timezone datebase timezone WO timezone why is Java confused? where else could this get screwed up? Thursday, 25 Jul 2013 03:36 PM Standard Time Zone: GMT/UTC + 01:00 hour Daylight Saving Time: DST in use +1 hour Current Time Zone offset: GMT/UTC + 2:00 that current timezone offset is interesting. On Jul 25, 2013, at 9:20 AM, Raymond NANEON <[email protected]> wrote: > Hi Theodore, > >> I had lots of problems with the time zone issue. I finally added to my >> application() >> >> public Application() { >> //some stuff >> TimeZone.setDefault(TimeZone.getTimeZone("America/New_York")); >> NSTimeZone.setDefault(TimeZone.getTimeZone("America/New_York")); >> } > > I have the same line in the Application method (Europe/Paris) >> >> and things have stabilized. >> >> are you using the ERJasperReports? I use this all the time with no problems. > > I don't use ERJasperReports but a specific framework. I don't think the > framework is the problem beacause it works fine on my development computer. > The problem is after deploying. >> >> Ted > > > Ray >> >> >> On Jul 25, 2013, at 8:50 AM, Raymond NANEON <[email protected]> wrote: >> >>> Hi Jesse, >>> >>> The WO server have CEST and database have Europe/Paris. >>> >>> When I read data from my app ,I have a correct birthday date. But when I >>> use my extraction method from jasper I lose 1 hour. When I run the .jasper >>> from jaspertsoft I always have a correct birthday date. >>> >>> I don't understand what happen when the app send the .csv file from server. >>> >>> Thanks >>> Envoyé depuis iCloud >>> >>> Le 25 jul 2013 à 04:07, Jesse Tayler <[email protected]> a écrit : >>> >>>> >>>> what’s the timezone on your server / database? >>>> >>>> an hour off from CEST I’m guessing. >>>> >>>> On Jul 25, 2013, at 6:03 AM, Raymond NANEON <[email protected]> wrote: >>>> >>>>> Hi list, >>>>> >>>>> I am having a little issue when using data extraction in my app. On my >>>>> development machine, the data (especially birthday) are not altered but >>>>> the server sideI lose 1 hour on them. >>>>> >>>>> A problem with the server configuration? >>>>> >>>>> When I run the command "date", I have correct date : Thu Jul 25 11:54:25 >>>>> CEST 2013 >>>>> >>>>> A problem with WO environment configuration? >>>>> >>>>> Thank you for your help. >>>>> Envoyé depuis iCloud >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Webobjects-dev mailing list ([email protected]) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com >>>>> >>>>> This email sent to [email protected] >>>>> >>>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com >>> >>> This email sent to [email protected] >>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
