The PHP standard error
Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function
is at it again. After upgrading my OS X 10.6 to 10.9 I now all of a sudden get it again. I've looked into php.ini and lo and behold, the update trashes it. So I set it to:
date.timezone = "Europe/Berlin"
And... nothing. Error still there. This is /etc/php.ini or /private/etc/php.ini - they're links anyways.
Now I'm trying to do this with the Symfony2 app/console, which may or may not have something to do with it.
So how do I get this blocking error to go away if not in php.ini ? If I run phpinfo() from the commandline, it quite happily tells me that my timezone is exactly what I told it. Still get this error.