Posted by Erwin
2013-11-27

IO receive following warning. Can you help me to resolve?
My time zone = Europe/Brussels

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 'Europe/Berlin' for 'CET/1.0/no DST' instead in /var/www/html/gr-advice/GE/codelib/slib/CUtil.inc.php on line 32
Posted by Tom
2013-11-27

Hi Erwin,

Open web/staff/index.php and put this line on the top ( but after "<?php" )
date_default_timezone_set('Europe/Brussels');

The result should look like:
<?php
date_default_timezone_set('Europe/Brussels');