Content deleted Content added
No edit summary |
No edit summary |
||
Line 221:
if (monthIndex !== -1) {
then = new Date(Date.UTC(components.year, components.monthIndex, components.day, components.hours, components.minutes));
}
}
Line 236 ⟶ 231:
// [[User talk:Mxn/CommentsInLocalTime.js#Interface-protected edit request on 18 November 2022]]
var timeElt = $("<time />");
if (!isNaN(then)) {
then.utcOffset(-LocalComments.utcOffset);
// MediaWiki core styles .explain[title] the same way as
|