24-hour time on logviewer

This commit is contained in:
osmarks 2018-10-06 13:07:49 +01:00
parent 299dc14e42
commit 02743009e6
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ const viewMessage = m => {
children.push([ "span", cls("message"), text ])
}
if (data.time) {
children.push([ "span", cls("timestamp"), moment(data.time).format("hh:mm:ss") ])
children.push([ "span", cls("timestamp"), moment(data.time).format("HH:mm:ss") ])
}
}