changes from plan 9
This commit is contained in:
parent
94235a8b4b
commit
4bef0baf95
2 changed files with 18 additions and 3 deletions
|
|
@ -197,6 +197,7 @@ hdate2sec(char *date)
|
|||
|
||||
strcpy(tm.zone, "GMT");
|
||||
tm.tzoff = 0;
|
||||
tm.yday = 0;
|
||||
return tm2sec(&tm);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue