$OpenBSD: patch-applets_clock_calendar-client_c,v 1.1.1.1 2011/05/18 15:32:45 jasper Exp $

Pass UTC to evolution to prevent incorrect times from entering the database.

--- applets/clock/calendar-client.c.orig	Tue Aug 11 20:51:51 2009
+++ applets/clock/calendar-client.c	Sun Oct 11 19:57:31 2009
@@ -2123,7 +2123,7 @@ calendar_client_set_task_completed (CalendarClient *cl
     {
       struct icaltimetype  completed_time;
 
-      completed_time = icaltime_current_time_with_zone (client->priv->zone);
+      completed_time = icaltime_current_time_with_zone (icaltimezone_get_utc_timezone());
       if (!prop)
 	{
 	  icalcomponent_add_property (ical,
