mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Debug pane should use local timezone
This commit is contained in:
parent
045f658ef9
commit
c18119f26e
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user