Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dtime_util.cpp40 char dateChs[9] = { 0 }; // 9 means 8(19700101) + 1('\0') in GetDate() local
45 if (strftime(dateChs, sizeof(dateChs), "%Y%m%d", &localTm) == 0) { in GetDate()
48 return dateChs; in GetDate()