Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.cpp149 struct tm s_tm; in GetFormatTimeToSec() local
151 if (!strptime(formatTime.c_str(), "%Y%m%d%H%M%S", &s_tm)) { in GetFormatTimeToSec()
156 return mktime(&s_tm); in GetFormatTimeToSec()