__time_to_tm: initialize tm_zone and tm_gmtoff
This commit is contained in:
@@ -76,6 +76,8 @@ struct tm *__time_to_tm(time_t t, struct tm *tm)
|
||||
tm->tm_year= year;
|
||||
tm->tm_wday= wday;
|
||||
tm->tm_yday= yday;
|
||||
tm->__tm_zone = 0;
|
||||
tm->__tm_gmtoff = 0;
|
||||
|
||||
return tm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user