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"));
}

and things have stabilized.

are you using the ERJasperReports? I use this all the time with no problems.

Ted


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]

Reply via email to