Searched refs:hour (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Ddate.c14 int hour; local
25 hour = atoi(s);
30 tm.tm_hour = hour / 10000;
31 tm.tm_min = (hour % 10000) / 100;
32 tm.tm_sec = (hour % 100);

Completed in 18 milliseconds