Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp189 std::string hoursStr; in toDurationString() local
192 hoursStr = std::format("{}H", hours.count()); in toDurationString()
205 return std::format("P{}T{}{}{}", daysStr, hoursStr, minStr, secStr); in toDurationString()