Skip to content

Commit f944c17

Browse files
authored
Merge branch 'develop' into art/job-logs
2 parents c790a4d + 0e88121 commit f944c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/javascripts/qpixel_dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ window.QPixel ||= {};
5757
},
5858

5959
formatTimestamp: (timestamp) => {
60-
return moment(timestamp).format('YYYY-MM-DD hh:mm:ss UTC');
60+
return moment(timestamp).format('YYYY-MM-DD HH:mm:ss UTC');
6161
},
6262

6363
getModifierState: (e) => {

0 commit comments

Comments
 (0)