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.
2 parents c790a4d + 0e88121 commit f944c17Copy full SHA for f944c17
1 file changed
app/assets/javascripts/qpixel_dom.js
@@ -57,7 +57,7 @@ window.QPixel ||= {};
57
},
58
59
formatTimestamp: (timestamp) => {
60
- return moment(timestamp).format('YYYY-MM-DD hh:mm:ss UTC');
+ return moment(timestamp).format('YYYY-MM-DD HH:mm:ss UTC');
61
62
63
getModifierState: (e) => {
0 commit comments