changed: core/misc: date format in Time() methods
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@783 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -980,6 +980,8 @@ tm Time(time_t par)
|
||||
res.tm_hour = ptm->tm_hour;
|
||||
res.tm_min = ptm->tm_min;
|
||||
res.tm_sec = ptm->tm_sec;
|
||||
res.tm_wday = ptm->tm_wday;
|
||||
res.tm_yday = ptm->tm_yday;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user