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 e6ad383 commit 0b3079aCopy full SHA for 0b3079a
src/js/mcjs.js
@@ -293,7 +293,7 @@
293
294
function mc_display_usertime() {
295
const usertime = document.querySelectorAll( '.mc-user-time' );
296
- let label = Intl.DateTimeFormat().resolvedOptions().timeZone, udate, utime;
+ let label = new Intl.DateTimeFormat().resolvedOptions().timeZone, udate, utime;
297
usertime.forEach( (el) => {
298
let time = el.innerText;
299
let type = el.getAttribute( 'data-type' );
0 commit comments