Searched refs:sp_tm (Results 1 – 1 of 1) sorted by relevance
470 struct tm *sp_tm; in update_unixtimestamp() local481 sp_tm = localtime(&clock); in update_unixtimestamp()482 time_data = (uint64_t)mktime(sp_tm); in update_unixtimestamp()