Home | History | Annotate | Download | only in HAL3

Lines Matching refs:unixTime

2192         time_t unixTime = (time_t)atol(str);
2193 struct tm *UTCTimestamp = gmtime(&unixTime);