Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp387 DurationType sinceEpoch(secondsSinceEpoch); in getDateTimeUint() local
388 return details::toISO8061ExtendedStr(sinceEpoch); in getDateTimeUint()
398 DurationType sinceEpoch(milliSecondsSinceEpoch); in getDateTimeUintMs() local
399 return details::toISO8061ExtendedStr(sinceEpoch); in getDateTimeUintMs()
406 DurationType sinceEpoch(microSecondsSinceEpoch); in getDateTimeUintUs() local
407 return details::toISO8061ExtendedStr(sinceEpoch); in getDateTimeUintUs()
413 DurationType sinceEpoch(secondsSinceEpoch); in getDateTimeStdtime() local
414 return details::toISO8061ExtendedStr(sinceEpoch); in getDateTimeStdtime()