Searched refs:formatedDateTime (Results 1 – 1 of 1) sorted by relevance
171 struct tm formatedDateTime; local174 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_md…186 formatedDateTime.tm_hour, formatedDateTime.tm_min, formatedDateTime.tm_sec, milliseconds);