Martelli, Thank you for digging out the problem. -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095
On Thu, May 12, 2011 at 6:47 PM, Leandro Martelli <[email protected]> wrote: > Hi Sebastian, > > I've double checked it. In "dateField.lzx", the date is stored like this: > > var date = new Date(Date.UTC(y,m,d)); > > If I choose "April, 21" via the interface, I end up with "date" containing: > > Wed Apr 20 2011 21:00:00 GMT-0300 (BRT) > > Which is actually April 21st in GMT. But this value will have the "time" > part ignored and these "21 hours" will be discarded. The result will be the > value stored in the database shifted by one day. This will happen whenever > the user has a "negative" timezone. > I've implemented a web interface using SOAP and it worked by adding back the > timezone offset value (3h). > > Best regards, > > </Martelli> > > > > On 05/02/2011 07:19 AM, [email protected] wrote: >> >> Hi Martelli, >> >> I was not aware of such an Issue at this point. From my point of view >> the invitation to the conference room itself should work 15 minutes >> before the meeting starts. Before that period (and of course after the >> meeting time) the invitation should not work. >> >> Sebastian >> >> 2011/4/23 Martelli<[email protected]>: >>> >>> Dear developers, >>> >>> A user has complained about the invitation not working when using a >>> defined period. After some digging, I've found that the date choosen >>> by the user is converted to UTC and, when passed to the Java part, the >>> time information is discarded. Thus, if I choose April 21, the browser >>> will store April 20 + 9h (I'm GMT-03) and these 9h will be later >>> discarded. I'm about to fix it, but would like to ask if am I missing >>> something here or has any fix already been implemented. Otherwise, >>> I'll be happy to share it later. >>> >>> Best regards, >>> >>> </Martelli> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "OpenMeetings developers" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/openmeetings-dev?hl=en. >>> >>> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
