[dovecot-cvs] dovecot/src/lib-mail message-date.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Fri Jan 10 02:30:44 EET 2003


Update of /home/cvs/dovecot/src/lib-mail
In directory danu:/tmp/cvs-serv22433/lib-mail

Modified Files:
	message-date.c 
Log Message:
Even more rfc822 date timezone fixes



Index: message-date.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-mail/message-date.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- message-date.c	9 Jan 2003 22:28:17 -0000	1.3
+++ message-date.c	10 Jan 2003 00:30:42 -0000	1.4
@@ -204,7 +204,7 @@
 	if (*time == (time_t)-1)
 		return FALSE;
 
-	*time -= *timezone_offset;
+	*time -= *timezone_offset * 60;
 
 	return TRUE;
 }




More information about the dovecot-cvs mailing list