Programming Tutorials

SOLVED: PHP 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.

By: Cooper in Error Tutorials on 2019-10-30  

PHP 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.

This simply means that the timezone is not set in your php.ini file. First find out where your php.ini file is. For example in /etc/php.ini. Open it and add the below line and replace with your timezone

date.timezone = Asia/Singapore

Remember to restart apache2






Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Error )

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP 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.

Why does my browser's search engine keeps changing back to yahoo?

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

Header requires three arguments - Apache cannot start

TypeError: Cannot read property 'isDevice' of undefined - expo

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

Latest Articles (in Error)

TypeError: Cannot read property 'isDevice' of undefined - expo

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute

Header requires three arguments - Apache cannot start

Why does my browser's search engine keeps changing back to yahoo?

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

SOLVED: PHP 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.

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library

Related Tutorials

TypeError: Cannot read property 'isDevice' of undefined - expo

error 'Configure Runtime for Language Server' every time i open visual studio code java applications

warning: This setting is deprecated, please use 'java.jdt.ls.java.home' instead.

Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute

Header requires three arguments - Apache cannot start

Why does my browser's search engine keeps changing back to yahoo?

Error starting solr: Error while waiting for a response from the agent: javax.ws.rs.InternalServerErrorException: HTTP 500 Server Error

SOLVED: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server

SOLVED: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/

SOLVED: PHP 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.

SOLVED: Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a module not included in the server configuration

SOLVED: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library