im currently trying to do a fresh install of zen 1.5 on my own dedi server...
i have set the date.timezone in the php.ini

[Date]
; Defines the default timezone used by the date functions
date.timezone = ('Europe/London')


I have tried this date.timezone in SEVERAL different variations...
date.timezone = Europe/London
date.timezone = "Europe/London"
date.timezone = (Europe/London)
date.timezone = ("Europe/London")
date.timezone = 'Europe/London'


i know this may be a PHP issue... but since i only get the problem in ZEN i thought id ask u experts first...
phpinfo says im editing the correct php.ini
and it also says tht the date.timezone is not set etc...

any help is greatly appreciated..