Home
last modified time | relevance | path

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

/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) {
185 formatedDateTime.tm_year + BASE_YEAR, formatedDateTime.tm_mon + BASE_MONTH, formatedDateTime.tm_mday,
186 formatedDateTime.tm_hour, formatedDateTime.tm_min, formatedDateTime.tm_sec, milliseconds);

Completed in 1 milliseconds