Searched refs:RETENTION_DATE_FORMAT (Results 1 – 3 of 3) sorted by relevance
33 public static final String RETENTION_DATE_FORMAT = "yyyy-MM-dd HH:mm:ss zzz"; field in RetentionFileSaver45 FileUtil.writeToFile(new SimpleDateFormat(RETENTION_DATE_FORMAT).format(date), in writeRetentionFile()61 Date retentionDate = new SimpleDateFormat(RETENTION_DATE_FORMAT).parse(timestamp); in shouldDelete()
139 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention()
154 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention()