Skip to content

Commit ce907d5

Browse files
committed
fix warning
1 parent 9f60ccc commit ce907d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main-app/main-webapp/src/main/java/gt/app/modules/jobs/ServerTimeSenderTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class ServerTimeSenderTask {
1919

2020
final WebsocketHandler websocketHandler;
21-
static final DateTimeFormatter DT_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm:ss");
21+
static final DateTimeFormatter DT_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
2222

2323
@Scheduled(fixedRate = 30 * 1000L)
2424
void sendCurrentTimeToAllUsers() {

0 commit comments

Comments
 (0)