Re: Possilbe Bug With Date Picker - changing system time zone adds +1 day to the date field

2015-07-10 Thread Geoff Callender
Hold on, I’ve just realised that it can display the next day *before* it’s submitted. Maybe it *is* a bug. Unfortunately I can’t spend any time on it at the moment. Note too that option (c) can’t control what day DateField thinks is *today*. DateField relies on the client’s timezone setting for

Re: Possilbe Bug With Date Picker - changing system time zone adds +1 day to the date field

2015-07-10 Thread Stephan Windmüller
On 10.07.2015, Geoff Callender wrote: > An improvement to DateField might be a timezone parameter. Or just use the ZonedDateTime class: https://docs.oracle.com/javase/8/docs/api/java/time/ZonedDateTime.html - Stephan - To unsu