Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DTimeUtil.java86 SimpleDateFormat timeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in formatTimeStampGMT() local
87 timeFormat.setTimeZone(TimeZone.getTimeZone("GMT")); in formatTimeStampGMT()
88 return formatTimeStamp(epochTime, timeFormat); in formatTimeStampGMT()