You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Exception "Livewire Calendar not correctly configured. Check initial inputs." appears again in Oct 2024 when switching from October to November with APP_TIMEZONE set to Europe/Berlin.
In Germany, on 2024-10-27 the timezone is changed from +02:00 to +01:00 due to summer time / winter time change.
This error concerns:
The Exception "Livewire Calendar not correctly configured. Check initial inputs." appears again in Oct 2024 when switching from October to November with
APP_TIMEZONE
set toEurope/Berlin
.In Germany, on 2024-10-27 the timezone is changed from +02:00 to +01:00 due to summer time / winter time change.
LivewireCalendar.php:173
I suspect this error is due to the time zone calculation, as
$firstDayOfGrid
is in +02:00, where$lastDayOfGrid
is in +01:00.Using the change proposed here fixes the problem locally: asantibanez/livewire-calendar#22 (comment)
Can you please adapt the change and release a new version?
Regards,
Martin
The text was updated successfully, but these errors were encountered: