Re: Weird DatePicker / DateTextField off by one hour

2009-05-04 Thread mallet
---DateTextField-off-by-one-hour-tp23304596p23369989.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Weird DatePicker / DateTextField off by one hour

2009-04-30 Thread Stephan Koch
Hi Ryan, this should be a timezone issue. The date is timezone sensitive, so take a look at java.util.TimeZone and especially at what timezone your datepicker / datefield is set to use. You might have to override that. Have a look to the Timezone of the Date object in your debugger before

Re: Weird DatePicker / DateTextField off by one hour

2009-04-30 Thread Ryan Gravener
What version of wicket, what timezone? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Weird DatePicker / DateTextField off by one hour

2009-04-30 Thread Ryan Gravener
https://issues.apache.org/jira/browse/WICKET-1314 Ryan Gravener http://isithotinhereorisitjust.me | http://twitter.com/ryangravener On Thu, Apr 30, 2009 at 11:28 AM, Ryan Gravener r...@ryangravener.comwrote: What version of wicket, what timezone?

Weird DatePicker / DateTextField off by one hour

2009-04-29 Thread Ryan LaHue
I have a DateTextField to which I am adding a DatePicker. The Display works fine: if I select 4/1/2009 using the DatePicker and I save the form data to my database, then populate the form again from values in the database, I am seeing 4/1/2009. But when I look at my database I see that the