Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_utils.cpp466 std::tm fruTime = intelEpoch(); in formatIPMIFRU() local
467 std::time_t timeValue = timegm(&fruTime); in formatIPMIFRU()
469 fruTime = *std::gmtime(&timeValue); in formatIPMIFRU()
474 "%Y%m%dT%H%M%SZ", &fruTime); in formatIPMIFRU()