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 257dd27 commit 3b41237Copy full SHA for 3b41237
src/js/logger-ui.js
@@ -543,7 +543,7 @@ var renderLogEntry = function(entry) {
543
var time = logDate;
544
time.setTime(entry.tstamp - logDateTimezoneOffset);
545
tr.cells[0].textContent = padTo2(time.getUTCHours()) + ':' +
546
- padTo2(time.getMinutes()) + ':' +
+ padTo2(time.getUTCMinutes()) + ':' +
547
padTo2(time.getSeconds());
548
549
if ( entry.tab ) {
0 commit comments