What steps will reproduce the problem?
1. Create an reoccurring Event (every monday or so) with start date in XML file
on Server, lets say 17:00
2. XML date is UTC !
3. Sync date to phone
4. Time start = Utils.getXmlElementTime(root, "start-date"); and
getXmlElementTime(Element parent, String name) in Utils expexts the date
correct as UTC
5. problem: Somehow the entry is saved for our calendar in UTC+1 = 18:00
I don't know yet what causes this issue, maybe there is some Android magic
going on since our calendar is set to timezone Europe/Berlin...
All I know is that after this one sync, start and end date are exactly ONE hour
later than set in the xml file.
Original issue reported on code.google.com by STrille...@googlemail.com on 20 Oct 2011 at 8:44
Original issue reported on code.google.com by
STrille...@googlemail.com
on 20 Oct 2011 at 8:44