]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
* save_individual_event() is maintaining
[citadel.git] / webcit / event.c
index 37e2e2627a688b8df297cf98c4ee916ade5f1285..be2170b3f059b50dbbeac57c980d0dbaae70fde7 100644 (file)
@@ -760,6 +760,10 @@ void save_individual_event(icalcomponent *supplied_vevent, long msgnum, char *fr
 
        if (supplied_vevent != NULL) {
                vevent = supplied_vevent;
+
+               /* Convert all timestamps to UTC to make them easier to process. */
+               ical_dezonify(vevent);
+
                /*
                 * If we're looking at a fully encapsulated VCALENDAR
                 * rather than a VEVENT component, attempt to use the first