Hi all,
I installed the latest release this morning (outside docker - my provider doesn´t support that).
Everything seems to work ok, except cron is sending me an error at every run:
An error happened (mysqli_sql_exception): Unknown or incorrect time zone: 'Europe/Berlin' (1298): Instructions to install timezones in your DB: https://mariadb.com/kb/en/mysql_tzinfo_to_sql/
File: /vendor/egroupware/adodb-php/drivers/adodb-mysqli.inc.php, Line: 856
[...]
The system timezone is Europe/Amsterdam and when I execute phpinfo()
from at cli level that’s what I get as Default Timezone
and as date.timezone
(both local and master value).
Yet, if I show phpinfo from the Admin area in eGW, Default Timezone
is “Europe/Berlin” (both others are still Amsterdam).
Any ideas here?
Thanks in advance,
Oscar