Has anyone been able to get the timezone changed for PHP error logs? No matter what I do, the error logs are the only thing that output UTC time. Everything else has correct timezone. Correct: php -r "echo date('l jS \of F Y h:i:s A');" Thursday...