diff --git a/assets/js/script.js b/assets/js/script.js index ee7c790c07..0c57b53c9c 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -4,6 +4,12 @@ // Preloader js $(window).on('load', function () { $('.preloader').fadeOut(100); + var calendarContainer = document.getElementById('calendar-container'); + if(calendarContainer){ + const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone + const html = `` + calendarContainer.innerHTML = html; + } }); // Accordions diff --git a/content/en/calendar/_index.md b/content/en/calendar/_index.md index a8f2f71ce1..2e6243ce73 100644 --- a/content/en/calendar/_index.md +++ b/content/en/calendar/_index.md @@ -8,14 +8,10 @@ draft: false
-

Welcome to the InnerSource Commons Calendar! Our events and working groups are open to everyone because we know that magic happens when people come together to share their experience and knowledge. -

A note about this calendar ... If you're using google, our calendar may display in the GMT timezone. To make sure you see events in your own timezone, please open the calendar on an incognito browser window or use a different search engine. -

-

-
+

Welcome to the InnerSource Commons Calendar! Our events and working groups are open to everyone because we know that magic happens when people come together to share their experience and knowledge.

+
+
- -