Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dtime_util.cpp41 struct tm localTm; in GetDate() local
42 if (localtime_noenv_r(&nowTime, &localTm) == nullptr) { in GetDate()
45 if (strftime(dateChs, sizeof(dateChs), "%Y%m%d", &localTm) == 0) { in GetDate()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp85 std::tm localTm = *localTmPtr; in FormatDateTimeByTimeZone() local
87 oss << std::put_time(&localTm, "%Y-%m-%d %H:%M:%S"); in FormatDateTimeByTimeZone()