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

/haiku/src/kits/tracker/
H A DQueryPoseView.cpp258 time_t nextMidnight = now + 60 * 60 * 24; local
261 localtime_r(&nextMidnight, &timeData);
265 nextMidnight = mktime(&timeData);
291 delta = nextMidnight - now;
294 int32 secondsTillMidnight = (nextMidnight - now);

Completed in 22 milliseconds