Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1821 struct tm nowLocal; in GetTriggerTimeWithDST() local
1823 (void)localtime_r(&now, &nowLocal); in GetTriggerTimeWithDST()
1825 if (nowLocal.tm_isdst == 0 && nextLocal.tm_isdst > 0) { in GetTriggerTimeWithDST()
1827 } else if (nowLocal.tm_isdst > 0 && nextLocal.tm_isdst == 0) { in GetTriggerTimeWithDST()

Completed in 4 milliseconds