projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c6d724
)
Sat Sep 16 18:32:06 1995 Paul Eggert <eggert@twinsun.com>
author
roland
<roland>
Mon, 18 Sep 1995 18:22:33 +0000
(18:22 +0000)
committer
roland
<roland>
Mon, 18 Sep 1995 18:22:33 +0000
(18:22 +0000)
* time/gmtime.c: Clear tm_isdst.
time/gmtime.c
patch
|
blob
|
history
diff --git
a/time/gmtime.c
b/time/gmtime.c
index
f09baef
..
688ad85
100644
(file)
--- a/
time/gmtime.c
+++ b/
time/gmtime.c
@@
-26,6
+26,7
@@
DEFUN(gmtime, (t), CONST time_t *t)
{
struct tm *tp = __offtime (t, 0L);
+ tp->tm_isdst = 0;
tp->tm_gmtoff = 0L;
tp->tm_zone = "GMT";