I’m not good in PHP but maybe I solved all my issue, I try to force the timezone putting this code in joan.php
$tz = get_option('Europe/Rome');
date_default_timezone_set('Europe/Rome');
and remove the same code from the crud.php
Now the schedule is working and On Air to…but I still would like your opinion