Searched refs:todayEndTm (Results 1 – 1 of 1) sorted by relevance
729 tm todayEndTm = nowTm; in AdjustDateForDndTypeOnce() local730 todayEndTm.tm_sec = 0; in AdjustDateForDndTypeOnce()731 todayEndTm.tm_min = endDateTm.tm_min; in AdjustDateForDndTypeOnce()732 todayEndTm.tm_hour = endDateTm.tm_hour; in AdjustDateForDndTypeOnce()738 time_t todayEndT = mktime(&todayEndTm); in AdjustDateForDndTypeOnce()