Just testing some things on my development install:
On the command line gives me the correct time (I am in Holland).
Gives me a time two hours early.
But I still don't get this. All records I create still have a time set two hours early. I changes the timezone in both config.inc.php and even in php.ini.
EDIT
My bad, didn't set the timezone for the user there.
PHP Code:
php -r "@date_default_timezone_set('Europe/Amsterdam');echo date('d-m-Y H:i:m');"
PHP Code:
php -r "@date_default_timezone_set('UTC');echo date('d-m-Y H:i:m');"
But I still don't get this. All records I create still have a time set two hours early. I changes the timezone in both config.inc.php and even in php.ini.
EDIT
My bad, didn't set the timezone for the user there.