Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_timer.c171 struct tm formatedDateTime; local
174 if (localtime_s(&formatedDateTime, &seconds) != 0) {
176 if (localtime_r(&seconds, &formatedDateTime) == NULL) {
185formatedDateTime.tm_year + BASE_YEAR, formatedDateTime.tm_mon + BASE_MONTH, formatedDateTime.tm_md…
186 formatedDateTime.tm_hour, formatedDateTime.tm_min, formatedDateTime.tm_sec, milliseconds);