Searched refs:sLoggingFormat (Results 1 – 1 of 1) sorted by relevance
34 private static SimpleDateFormat sLoggingFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); field in TimeUtils315 return sLoggingFormat.format(new Date(millis)); in formatForLogging()