[jboss-user] [JBoss Seam] - Re: s:convertDateTime subtract 1 day

atao do-not-reply at jboss.com
Wed Mar 7 10:19:48 EST 2007


It's a known issue with dateConverter. By default GMT is used. If your server isn't in GMT+1, then... the first day of a month can become the last day of the previous month!

To avoid this:
- fixe timezone explicitly
- use joda library
- use a converter as the one you tested
- ...

Pierre




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025819#4025819

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025819



More information about the jboss-user mailing list