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
I came across an issue with daylight saving timezones where the day which changes the time is handled as a invalid date in PHP.
Since my form had a DateType field, I managed to fix this issue by setting both model_timezone and view_timezone to UTC. The same issue happened on a DateTimeType field, but setting the options didn't solve the error.