Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAuditLogger.cpp144 timeb stTime; in Log_function() local
145 ftime(&stTime); in Log_function()
147 struct tm* pstTime = gmtime( &(stTime.time) ); in Log_function()
159 stTime.millitm); in Log_function()
H A DKMSAgentStringUtilities.cpp210 timeb stTime; in GetCurrentDateTimeISO8601UTC() local
211 ftime(&stTime); in GetCurrentDateTimeISO8601UTC()
215 struct tm* pstTime = gmtime( &(stTime.time) ); in GetCurrentDateTimeISO8601UTC()
227 stTime.millitm); in GetCurrentDateTimeISO8601UTC()