aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd25/files/patch-imap_http__caldav.c
blob: 363e5046f432ebfc29581e8a32d056bf4487c646 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- imap/http_caldav.c.orig	2018-04-08 22:00:44 UTC
+++ imap/http_caldav.c
@@ -2023,7 +2023,7 @@ static struct icaltimetype icaltime_from_rfc3339_strin
 	goto fail;
     }
 
-    tt.is_utc = 1;
+    icaltime_set_utc(&tt, 1);
     return tt;
 
   fail: