Searched refs:simpleDateFormat (Results 1 – 3 of 3) 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()
126 final SimpleDateFormat simpleDateFormat = new SimpleDateFormat(pattern, in parseDateFromVersionName() local128 simpleDateFormat.setTimeZone(TimeZone.getDefault()); in parseDateFromVersionName()129 return Optional.of(simpleDateFormat.parse(text)); in parseDateFromVersionName()
940 SimpleDateFormat simpleDateFormat = in getFileName() local947 + simpleDateFormat.format(new Date(date)) in getFileName()