Home | History | Annotate | Download | only in HAL

Lines Matching refs:unixTime

5486         time_t unixTime = (time_t)atol(str);
5487 struct tm *UTCTimestamp = gmtime(&unixTime);