Had the same issue, I managed to solved by this two line of code from mysql MaraiDB(xampp shell)
MariaDB [(none)]> SET time_zone = '+00:00'; Query OK, 0 rows affected (0.001 sec)
MariaDB [(none)]> SET GLOBAL time_zone = '+00:00'; Query OK, 0 rows affected (0.001 sec)