Searched refs:tmLocal (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | time_util.cpp | 58 struct tm tmLocal;
in GetTimeZone() local 59 if (localtime_r(&sysSec, &tmLocal) == nullptr) {
in GetTimeZone() 64 if (strftime(buff, buffSize, "%z", &tmLocal) == 0) {
in GetTimeZone()
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | time_util.cpp | 84 struct tm tmLocal; in GetTimeZone() local 85 if (localtime_r(&systemSeconds, &tmLocal) == nullptr) { in GetTimeZone() 90 auto ret = strftime(tz, tzBufSize, "%z", &tmLocal); in GetTimeZone()
|
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 58 struct tm tmLocal; in TimeStr() local 59 if (localtime_r(&ts, &tmLocal) == nullptr) { in TimeStr() 62 len += strftime(buffer, TIME_W, "%m-%d %H:%M:%S", &tmLocal); in TimeStr()
|
Completed in 3 milliseconds