Searched refs:timeFormat (Results 1 – 1 of 1) sorted by relevance
86 SimpleDateFormat timeFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in formatTimeStampGMT() local87 timeFormat.setTimeZone(TimeZone.getTimeZone("GMT")); in formatTimeStampGMT()88 return formatTimeStamp(epochTime, timeFormat); in formatTimeStampGMT()