The calendar on the Home page starts on a Monday when typically it starts on a Sunday. Because of this, the events are listed on incorrect dates, offset by one day. We should adjust the code that renders the calendar from the react-lightweight-calendar library to use the customary format in order to correct the event dates.
The calendar on the Home page starts on a Monday when typically it starts on a Sunday. Because of this, the events are listed on incorrect dates, offset by one day. We should adjust the code that renders the calendar from the
react-lightweight-calendar
library to use the customary format in order to correct the event dates.