Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Mar 26, 2024
1 parent 48dcae9 commit d8fd194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import static org.joda.time.DateTimeZone.UTC;

public class MirrorTask implements Runnable {
private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
private static final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
private static final Logger log = LoggerFactory.getLogger(MirrorTask.class);

private final TransferItemMetadataReader transferItemMetadataReader;
Expand Down

0 comments on commit d8fd194

Please sign in to comment.