Re: DateTimeFormat problem when deploying to tomcat on unix

2009-02-18 Thread jptard
/bfe963da51824ce0 thanks a lot to the author :) On Feb 13, 9:02 am, jptard jpt...@gmail.com wrote: Thanks Pascal... The application I implemented is to follow command made by our client... and it's needed to display all the information of the date (timestamp format) saved on database ... We

Re: DateTimeFormat problem when deploying to tomcat on unix

2009-02-13 Thread jptard
11am, you send it to the client, which is 2 hours behind, and you render it, you will see that it now displays 9am which is what the server time is in local time. Hope this helps, Pascal On Feb 12, 10:44 am, jptard jpt...@gmail.com wrote: Hello, I encounter a problem

DateTimeFormat problem when deploying to tomcat on unix

2009-02-12 Thread jptard
Hello, I encounter a problem with DateTimeFormat class..., not on my computer but when my application is deployed on production: I configured my module to force locale fr_FR like this on my module properties file: extend-property name=locale values=fr_FR/ and I put the meta line below