diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 3e5423c8e..ba3a0e498 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -109,7 +109,7 @@ function getTimestamp() { var d = new Date(); - return d.toUTCString().substring(5,25)+"."+d.getMilliseconds(); + return d.toLocaleString(); } var sbc = document.getElementById("debug-content");