1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/evolution/files/patch-camel_camel-mime-utils.c
2003-06-11 06:16:16 +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)