Better DST in datebook. (turan@ ok)
This commit is contained in:
parent
4d709065f2
commit
58fd988159
11
comms/jpilot/patches/patch-ab
Normal file
11
comms/jpilot/patches/patch-ab
Normal file
@ -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);
|
Loading…
Reference in New Issue
Block a user