Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAuditLogger.cpp147 struct tm* pstTime = gmtime( &(stTime.time) ); in Log_function() local
153 pstTime->tm_year+1900, in Log_function()
154 pstTime->tm_mon+1, in Log_function()
155 pstTime->tm_mday, in Log_function()
156 pstTime->tm_hour, in Log_function()
157 pstTime->tm_min, in Log_function()
158 pstTime->tm_sec, in Log_function()
H A DKMSAgentStringUtilities.cpp215 struct tm* pstTime = gmtime( &(stTime.time) ); in GetCurrentDateTimeISO8601UTC() local
221 pstTime->tm_year+1900, in GetCurrentDateTimeISO8601UTC()
222 pstTime->tm_mon+1, in GetCurrentDateTimeISO8601UTC()
223 pstTime->tm_mday, in GetCurrentDateTimeISO8601UTC()
224 pstTime->tm_hour, in GetCurrentDateTimeISO8601UTC()
225 pstTime->tm_min, in GetCurrentDateTimeISO8601UTC()
226 pstTime->tm_sec, in GetCurrentDateTimeISO8601UTC()