I was getting error logs completely filled by time being set to UTC(default value) as there was no local time value.
I've fixed this by adding
date.timezone = "Europe/London"
to the php.ini file.
Any chance of adding the timezone as an admin setting?
Cheerio
Nick