Skip to content

Commit b65b45d

Browse files
committed
Added preview of the DateTimeFormatter
1 parent 0c8db0c commit b65b45d

File tree

1 file changed

+2
-0
lines changed
  • application/src/main/java/org/togetherjava/tjbot/commands/moderation

1 file changed

+2
-0
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/moderation/WhoIsCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
public final class WhoIsCommand extends SlashCommandAdapter {
3333
private static final String USER_OPTION = "user";
3434
private static final String SHOW_SERVER_SPECIFIC_INFO = "show_server_specific_info";
35+
36+
// Sun, December 11, 2016, 13:36:30
3537
private static final DateTimeFormatter DATE_TIME_FORMAT =
3638
DateTimeFormatter.ofPattern("E, MMMM d, u, HH:mm:ss");
3739

0 commit comments

Comments
 (0)