Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp305 std::string subseconds; in toISO8061ExtendedStr() local
310 subseconds = std::format(".{:03}", subsec.count()); in toISO8061ExtendedStr()
316 subseconds = std::format(".{:06}", subsec.count()); in toISO8061ExtendedStr()
321 subseconds); in toISO8061ExtendedStr()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h3992 CONSTCD11 precision subseconds() const NOEXCEPT {return sub_s_;}
4109 CONSTCD11 precision subseconds() const NOEXCEPT {return s_.subseconds();}