I’ve tried to insert date_default_timezone_set(‘Europe/Rome’); it in phpleague-front.php at the top after the <?php
“<?php
date_default_timezone_set(‘Europe/Rome’);
/*
* This file is part of the PHPLeague package.
*……. “
is it an error?
I’ve also replaced (date(‘Y-m-d’) with
if (date(‘Y-m-d H:i:s’) and the scores of matches are updated in the frontend by the system exactly when i update them in backend,so anyway it works