Re: Time zone detection

2014-09-02 Thread Maxim Solodovnik
I have started a thread in Wicket-dev mailing list: http://wicket.markmail.org/thread/n6wlcov3ff6eq5t5 Will track it and maybe will propose the patch On 22 July 2014 20:19, Maxim Solodovnik wrote: > I have sample code to determine which months/dates DST switch takes place > > https://svn.apache

Re: Time zone detection

2014-07-22 Thread Maxim Solodovnik
I have sample code to determine which months/dates DST switch takes place https://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/webapp/js/openmeetings_functions.js?revision=1562780&view=markup line ~50 The code might be enhanced to get actual hours DST switch taking place On 22 July

Re: Time zone detection

2014-07-22 Thread Robert EL
Thanks you, Maxim. I will create the quickstart, because the 6.16.0 version doesn't resolve the problem (it has the same code in the getTimeZone method). However, I think this problem is not easy to resolve, because this method return the best guess that wicket can do using the GMT and DST offset

Re: Time zone detection

2014-07-22 Thread Maxim Solodovnik
I believe we should 1) update to the latest 6.16.0 release 2) In case still an issue file JIRA issue against WICKET: https://issues.apache.org/jira/browse/WICKET Here is the small how-to https://wicket.apache.org/start/quickstart.html create quick start I believe this issue can be fixed in a day o

Time zone detection

2014-07-22 Thread Robert EL
Hi all, I'm using OM 3.0.3 and I've a problem when I create an event in the Scheduled Meeting. OM returns the fields StartDay and EndDay with one day less than the day selected (month view). I've had tracing the bug and I've found the problem in the method of detecting the time zone of the clie