reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1098 tm_epoch.tm_sec = 0; 1099 tm_epoch.tm_hour = 0; 1100 tm_epoch.tm_min = 0; 1101 tm_epoch.tm_mon = 0; 1102 tm_epoch.tm_mday = 1; 1103 tm_epoch.tm_year = 2001 - 1900; 1104 tm_epoch.tm_isdst = -1; 1105 tm_epoch.tm_gmtoff = 0; 1106 tm_epoch.tm_zone = nullptr; 1107 epoch = timegm(&tm_epoch);