Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_x509.c325 time_t utcTimeSec = mktime(&utcTime); in GetLocalTime() local
326 if (utcTimeSec < 0) { in GetLocalTime()
330 time_t localTimeSec = utcTimeSec + curLocalTimeSec - curUtcTimeSec; in GetLocalTime()