mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
11 lines
262 B
C++
11 lines
262 B
C++
--- main/locstr.cc.orig Wed May 1 02:32:33 2002
|
|
+++ main/locstr.cc Wed May 1 02:50:38 2002
|
|
@@ -711,7 +711,7 @@
|
|
sscanf_int(tmpdata,&(date.tm_sec));
|
|
};
|
|
};
|
|
- return(mktime(&date)+timezone);
|
|
+ return(mktime(&date)+date.tm_gmtoff);
|
|
};
|
|
|
|
/* check_mask();
|