Skip to content

Commit

Permalink
Format datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
jedkohjk committed Jul 28, 2024
1 parent 402f40e commit af54469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/reposense/RepoSense.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class RepoSense {
private static final Logger logger = LogsManager.getLogger(RepoSense.class);
private static final int SERVER_PORT_NUMBER = 9000;
private static final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("E MMM d HH:mm:ss yyyy z");
private static final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("E, d MMM yyyy HH:mm:ss z");
private static final String VERSION_UNSPECIFIED = "unspecified";

/**
Expand Down

0 comments on commit af54469

Please sign in to comment.