markslott / lwc-fullcalendar

lightning web component using fullcalendar.js v 4.3.1
MIT License
21 stars 25 forks source link

Event is 2 hours off in calendar view #4

Open andy-fitch opened 2 years ago

andy-fitch commented 2 years ago

I've downloaded and installed this fullcalendar LWC and tied it to a custom object that has a start/end datetime. When I view the calendar it appears 2 hours off. The event has a start datetime of 7:00 PM but on the calendar the event displays as 9pm. My user time zone is set to the same as the company (-6 Denver)

Capture

guffelman commented 1 month ago

Mine are 1 hour off. I'm testing this package as part of a project, so I'll end up fixing this shortly. I imagine there's some sort of timezone variable somewhere in the package that I can configure to a LWC property.