rdehuyss / homeassistant-lovelace-google-calendar-card

A calendar card for Home Assistant using Lovelace
91 stars 14 forks source link

Not accounting for time zone #18

Open wbilger opened 5 years ago

wbilger commented 5 years ago

Seems to use UTC for time zone. So it shows yesterdays events if they end or start at a certain time. Shows my yesterday events if they are within 5 hours of midnight for EST.

zerox1212 commented 5 years ago

Did this ever get fixed? After looking at the moment.js docs it seems like this card should be using the browsers local time, not UTC.