First of all, i don\'t have access to the php.ini in the webserver.
In my local server I put date.timezone = \"Europe/Lisbon\" in my php.ini.
date.timezone = \"Europe/Lisbon\"
Is
Try ini_set at the top of your script.
ini_set("date.timezone", "Europe/Lisbon");