aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/org')
-rw-r--r--src/org/traccar/Server.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/Server.java b/src/org/traccar/Server.java
index 96d994fbd..3b22e8f2d 100644
--- a/src/org/traccar/Server.java
+++ b/src/org/traccar/Server.java
@@ -184,7 +184,7 @@ public class Server {
System.getProperty("line.separator", "\n");
private final DateFormat dateFormat =
- new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
public String format(LogRecord record) {
StringBuffer line = new StringBuffer();