Garbage collection card off by 1 day

Good day everyone.

I’m trying to setup a garbage collection card.
:white_check_mark: Got access to my city’s garbage collection schedule via API
:white_check_mark: Imported that API into a google calendar
:white_check_mark: Exposed the google calendar as public to generate an ical link
:white_check_mark: Installed HACS Integration “Waste Collection Schedule”
:white_check_mark: Configured the Waste Collection Schedule to pull from the google calendar and have 3 sensors for the different kinds of waste collection schedules (garbage, recycling, etc)
:white_check_mark: Added the HACS frontend component “Garbage Collection Card”

:x: Problem: Although the calendar shows the correct dates, the card is always showing it as 1 day earlier… like there is some kind of offset that I cannot find in any config screen. Any help would be appreciated!

I don’t have the card and/or a garbage schedule. My guess would be the data has a time and a date, and mixes up local timezone and utc.

But it is impossible to tell if you do not what you got in terms of data and how you converted it to appointments in the calendar.