Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dtime_util.cpp87 int tzMin = (-tz.tz_minuteswest) % SECONDS_PER_MINUTE; in GetTimeZone() local
88 int absTzMin = std::abs(tzMin); in GetTimeZone()
/base/hiviewdfx/hiview/adapter/utility/platform/linux/
Dtime_util.cpp86 int tzMin = (-tz.tz_minuteswest) % SECONDS_PER_MINUTE; in GetTimeZone() local
87 int absTzMin = std::abs(tzMin); in GetTimeZone()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dhisysevent.cpp70 int tzMin = (std::abs(diffSec) % SECS_IN_HOUR) / SECS_IN_MINUTE; in GetTimeZone() local
74 ss << std::setw(2) << std::setfill('0') << tzMin; // the number of digits in the min is 2 in GetTimeZone()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp79 int tzMin = (std::abs(diffSec) % SEC_TO_HOUR) / SEC_TO_MIN; in GetTimeInfo() local
81 … ss << std::setw(2) << std::setfill('0') << tzMin << "\","; // the number of digits in the min is 2 in GetTimeInfo()