changes from plan 9

This commit is contained in:
rsc 2004-12-27 00:13:04 +00:00
parent 94235a8b4b
commit 4bef0baf95
2 changed files with 18 additions and 3 deletions

View file

@ -197,6 +197,7 @@ hdate2sec(char *date)
strcpy(tm.zone, "GMT");
tm.tzoff = 0;
tm.yday = 0;
return tm2sec(&tm);
}