Home
last modified time | relevance | path

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

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