@pastormingle
“forceLocalTZ” option in the calendar might be.
https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/main/docs/Configuration/Calendar.md#default-values-of-calendar
But not sure it would fix your issue.
@pastormingle I believe the time would be set by the master time format option.
see: https://docs.magicmirror.builders/getting-started/configuration.html#general
@pastormingle
what calendar tool? appt and event are the same thing for me.
what day is the 12am event ( that is midnight, right, as noon is 12pm)
the others appear to be full day events… so time is not useful… (midnight to midnight)
@sdetweil Ok i think i got it now…
if (this.config.showEnd) {
timeWrapper.innerHTML += “-”;
timeWrapper.innerHTML += this.capFirst(moment(event.endDate, “x”).format(this.config.dateEndFormat));
} else
// For full day events we use the fullDayEventDateFormat
if (event.fullDayEvent) {