Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp55 tm myTm{}; in updateDateStr() local
57 gmtime_r(&lastTimeT, &myTm); in updateDateStr()
61 "%a, %d %b %Y %H:%M:%S GMT", &myTm); in updateDateStr()
/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp226 tm myTm{}; in processLogTraceCallback() local
227 gmtime_r(&t, &myTm); in processLogTraceCallback()
228 strftime(timeBuf, 80, "%Y-%m-%d %H:%M:%S", &myTm); in processLogTraceCallback()