Searched defs:tm_epoch (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp1241 tm tm_epoch; local
1242 tm_epoch.tm_sec = 0;
1243 tm_epoch.tm_hour = 0;
1244 tm_epoch.tm_min = 0;
1245 tm_epoch.tm_mon = 0;
1246 tm_epoch.tm_mday = 1;
1247 tm_epoch.tm_year = 2001-1900; // for some reason, we need to subtract 1900 from this field. not sure why.
1248 tm_epoch.tm_isdst = -1;
1249 tm_epoch.tm_gmtoff = 0;
1250 tm_epoch
[all...]

Completed in 29 milliseconds