Lock on view and didn't change it from 1.16, could it be related to time zones both in PHP and MariaDB?
I now see a different timezone in PHP in 1.17

And in MariaDB i have this:
select @@system_time_zone, @@GLOBAL.time_zone, @@SESSION.time_zone;
+--------------------+--------------------+---------------------+
| @@system_time_zone | @@GLOBAL.time_zone | @@SESSION.time_zone |
+--------------------+--------------------+---------------------+
| CEST | SYSTEM | SYSTEM |
+--------------------+--------------------+---------------------+