Home
last modified time | relevance | path

Searched refs:todayEndT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp738 time_t todayEndT = mktime(&todayEndTm); in AdjustDateForDndTypeOnce() local
739 if (todayEndT == -1) { in AdjustDateForDndTypeOnce()
744 auto newEndTimePoint = std::chrono::system_clock::from_time_t(todayEndT); in AdjustDateForDndTypeOnce()