Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp241 constexpr std::tuple<IntType, unsigned, unsigned> civilFromDays( in civilFromDays() function
277 std::tie(year, month, day) = details::civilFromDays(d.count()); in toISO8061ExtendedStr()