$OpenBSD: patch-addressbook_backends_groupwise_e-book-backend-groupwise_c,v 1.4 2005/05/24 22:10:45 marcm Exp $
--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig	Mon Mar 14 17:26:35 2005
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c	Tue Apr  5 20:57:51 2005
@@ -2231,7 +2231,7 @@ update_cache (EBookBackendGroupwise *ebg
 	stat (cache_file_name, &buf);
 	mod_time = buf.st_mtime;
 	tm = gmtime (&mod_time);
-	strftime (time_string, 100, "%Y-%m-%dT%H:%M:%SZ", tm);
+	strftime (time_string, 25, "%Y-%m-%dT%H:%M:%SZ", tm);
 
 	filter = e_gw_filter_new ();
 	e_gw_filter_add_filter_component (filter, E_GW_FILTER_OP_GREATERTHAN, "modified", time_string);
