RoryMul Posted December 10, 2017 Report Share Posted December 10, 2017 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. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted December 11, 2017 Moderators Report Share Posted December 11, 2017 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.