Phpvms 5.5x timezone error

Hello someone help ge get rid of this error it constantly displays an 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. 

 

please help.

Add the following code within your core/local.config.php:

date\_default\_timezone\_set('UTC');

This will set the default timezone to UTC. You can use whatever you need from that list: http://php.net/manual/en/timezones.php