We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60ccc commit ce907d5Copy full SHA for ce907d5
main-app/main-webapp/src/main/java/gt/app/modules/jobs/ServerTimeSenderTask.java
@@ -18,7 +18,7 @@
18
public class ServerTimeSenderTask {
19
20
final WebsocketHandler websocketHandler;
21
- static final DateTimeFormatter DT_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm:ss");
+ static final DateTimeFormatter DT_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
22
23
@Scheduled(fixedRate = 30 * 1000L)
24
void sendCurrentTimeToAllUsers() {
0 commit comments