Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dtime_util.cpp58 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 Dtime_util.cpp84 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 Dlog_display.cpp58 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