Fix timezone issue in widget

This commit is contained in:
2026-03-11 13:35:31 +01:00
parent 6162ff595f
commit 97d9647ea2
3 changed files with 7 additions and 1 deletions

View File

@@ -172,6 +172,9 @@
}
syncCalendarToday(replacement);
calendar.replaceWith(replacement);
if (Luxtools.initChronologicalEventTimes) {
Luxtools.initChronologicalEventTimes();
}
}
function loadCalendarMonth(calendar, targetYear, targetMonth, persistState) {