I get this error:
Warning: date (): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C: \ xampp \ htdocs \ test \ modules \ footer.php
I have added line date.timezone=Europe/Madrid
in the php.ini file. I have restarted the apache but nothing. I am using the xampp in windows 7 and the php version is the following 5.6.24
In the file that I make the call I simply use this function:
echo date("Y");