Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dtime_util.cpp41 struct tm localTm; in GetDate() local
42 if (localtime_r(&nowTime, &localTm) == nullptr) { in GetDate()
45 if (strftime(dateChs, sizeof(dateChs), "%Y%m%d", &localTm) == 0) { in GetDate()