Searched refs:rawtime (Results 1 – 2 of 2) sorted by relevance
1114 time_t rawtime = time(NULL); in enable() local1115 struct tm * timeinfo = localtime(&rawtime); in enable()1146 time_t rawtime = time(NULL); in disable() local1147 struct tm * timeinfo = localtime(&rawtime); in disable()
482 time_t rawtime; in drawTime() local483 time(&rawtime); in drawTime()484 struct tm* timeInfo = localtime(&rawtime); in drawTime()