Hi
On Thu, 11 Oct 2007 08:21:19 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
Michal Čihař schrieb:
Hi
On Thu, 11 Oct 2007 14:36:04 +0900 Michal Čihař michal@cihar.com wrote:
It works and on demo server I get this:
Runtime Notice in ./libraries/common.inc.php#246 date_default_timezone_get() [function.date-default-timezone-get]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
Hmm ad I still get it even if I have set date.timezone in php.ini...
date.timezone = "Europe/Berlin"
no single quotes, the error message with single quotes confused me too a long time, but single quotes are not allowed in php.ini ... ;-)
Well I put it there without quotes, what works ... but to wrong php.ini :-). Anyway while playing with this I found some problem with error handling see bug tracker...