Home | History | Annotate | Download | only in HAL3

Lines Matching refs:unixTime

1582         time_t unixTime = (time_t)atol(str);
1583 struct tm *UTCTimestamp = gmtime(&unixTime);