totaldebug/atomic-calendar-revive

Events from previous day are shown "done" on next day; they are not events crossing midnight though

nicholashead opened this issue · 3 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have some events that occurred Tuesday night:

image

And looking at them on the atomic calendar, they show under Wednesday as completed:

image

This is wrong; why would these events show under Wednesday, when they occurred on Tuesday?

Expected behaviour

I would expect Tuesday events to not be rendered under Wednesday.

Steps To Reproduce

No response

Mode

Event (default)

Card Version

9.0.0

Home Assistant Version

2023.9.3

Configuration

- type: custom:atomic-calendar-revive
            entities:
              - entity: calendar.holidays_in_united_states
                name: Holidays in US
                color: goldenrod
              - entity: calendar.birthdays
                name: Birthdays
                color: hotpink
              - entity: calendar.my_personal
                name: My personal
                color: mediumslateblue
              - entity: calendar.wife
                name: Wife
                color: orchid
              - entity: calendar.other
                name: Other
                color: palevioletred
            defaultMode: Event
            showWeekDay: true
            showMonth: false
            showProgressBar: true
            showCurrentEventLine: false
            showDescription: false
            disableEventLink: false
            disableLocationLink: false
            showNoEventsForToday: true
            showEventIcon: true
            showFullDayProgress: false
            showWeekNumber: false
            showCalendarName: false
            showDatePerEvent: false
            showTimeRemaining: false
            hoursOnSameLine: false
            calShowDescription: false
            showLastCalendarWeek: false
            showHiddenText: true
            hideFinishedEvents: false
            showLocation: true
            hideDuplicates: true
            showMultiDayEventParts: false
            showMultiDay: false
            compactMode: false
            showAllDayEvents: true
            allDayBottom: false
            offsetHeaderDate: false
            showDate: false
            showRelativeTime: true
            sortBy: start

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Hello @nicholashead, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

Hi @nicholashead,

Please upgrade to 9.0.1-beta.2 where this may resolve your issue.

The latest update resolves an issue with timezones.

@marksie1988 that did it! Thank you. Verifying this is fixed by #1191 - specifically d92b73d