Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/include/
H A Dtime_util.h24 void FormatDate(std::string &date, const tm *ltm) in FormatDate() argument
26 if (ltm != nullptr) { in FormatDate()
29 int year = START_YEAR + ltm->tm_year; in FormatDate()
30 int month = 1 + ltm->tm_mon; in FormatDate()
31 int day = ltm->tm_mday; in FormatDate()
32 int hour = ltm->tm_hour; in FormatDate()
33 int minute = ltm->tm_min; in FormatDate()
34 int second = ltm->tm_sec; in FormatDate()
72 struct tm *ltm = localtime_r(&now, &tm); in GetCurrentTime() local
73 if (ltm in GetCurrentTime()
[all...]

Completed in 1 milliseconds