From 58fd988159981824ff2f2b2b91b811240ac07a28 Mon Sep 17 00:00:00 2001 From: ho Date: Thu, 4 May 2000 15:04:27 +0000 Subject: [PATCH] Better DST in datebook. (turan@ ok) --- comms/jpilot/patches/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/jpilot/patches/patch-ab diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab new file mode 100644 index 00000000000..56d4d72d721 --- /dev/null +++ b/comms/jpilot/patches/patch-ab @@ -0,0 +1,11 @@ +--- datebook.c.orig Fri Feb 25 02:33:24 2000 ++++ datebook.c Thu May 4 14:39:30 2000 +@@ -382,7 +382,7 @@ + int isdst; + + isdst = tm1->tm_isdst; +- tm1->tm_isdst = 0; ++ tm1->tm_isdst = -1; + t1 = mktime(tm1); + if (-1 == adj) { + gmt = gmtime(&t1);