Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dtime_util.cpp57 time_t sysSec = tv.tv_sec; in GetTimeZone() local
59 if (localtime_noenv_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()