System: Debian Lenny/Apache 2.2/php5.3.3 compiled from sources
I\'m strugglying with the date.timezone within php.ini.
I can define the TZ using in the php s
I think you're missing the quotes:
date.timezone = "Europe/Berlin"
The value is a string according to: ini.date.timezone on PHP.net which must be wrapped in quotes.