freebsd-ports/mail/evolution/files/patch-camel_camel-mime-utils.c
Joe Marcus Clarke 8cc9996555 Fix the receive timestamp when DST is in effect. Bump PORTREVISION.
Tested by:	Mike Harding <mvh@ix.netcom.com> and myself
2002-05-08 16:37:39 +00:00

12 lines
260 B
C

--- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002
+++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002
@@ -3388,6 +3388,8 @@
}
d(printf("named offset = %d\n", offset));
}
+
+ tm.tm_isdst = -1;
t = mktime(&tm);
#if defined(HAVE_TIMEZONE)