Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 1561 by [email protected]: Rework/Clean up Times in Calendar
Handling Server Side
http://code.google.com/p/openmeetings/issues/detail?id=1561
There is currently an issue in the handling of calendar events:
The times in the tables are stored in UTC.
But the table-data itself has NO timezone info.
If you get the record from the tables, you would need to pre-initialize the
Date-Objects with UTC-0.
That means if you get the data from the appointment it is GMT (or whatever
locale you have) again.
I do workaround that problem by calculating the offset manually and
comparing this date. Actually that needed quite a bit of testing.
This can be quite misunderstanding ...
We should clean up those calculations.
--
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.