Searched refs:simpleDateFormat (Results 1 – 4 of 4) sorted by relevance
91 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss_SSS"); in makeDebugDir() local92 simpleDateFormat.setTimeZone(TimeZone.getDefault()); in makeDebugDir()93 String currentDateAndTime = simpleDateFormat.format(new Date()); in makeDebugDir()
58 val simpleDateFormat = SimpleDateFormat(pattern, locale) in getSummary() constant59 simpleDateFormat.timeZone = TimeZone.getDefault() in getSummary()61 simpleDateFormat.parse(version) in getSummary()
134 final SimpleDateFormat simpleDateFormat = new SimpleDateFormat(pattern, in parseDateFromVersionName() local136 simpleDateFormat.setTimeZone(TimeZone.getDefault()); in parseDateFromVersionName()137 return Optional.of(simpleDateFormat.parse(text)); in parseDateFromVersionName()
940 SimpleDateFormat simpleDateFormat = in getFileName() local947 + simpleDateFormat.format(new Date(date)) in getFileName()