Searched refs:localTm (Results 1 – 1 of 1) sorted by relevance
41 struct tm localTm; in GetDate() local42 if (localtime_r(&nowTime, &localTm) == nullptr) { in GetDate()45 if (strftime(dateChs, sizeof(dateChs), "%Y%m%d", &localTm) == 0) { in GetDate()