Searched refs:rawtime (Results 1 – 1 of 1) sorted by relevance
1138 time_t rawtime; in drawClock() local1139 time(&rawtime); in drawClock()1140 struct tm* timeInfo = localtime(&rawtime); in drawClock()