@jorgon44 Possibly the timezone has not been set but I would have expected that to have displayed an error. Try adding this to your config.php file at the end
date_default_timezone_set('America/Los_Angeles');
Don’t worry about not being in Los Angeles, this is only to see whether that is the problem.