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