Skip to content

Timezone Warning

If the page has warning similar to the following 

"...You are *required* to use the date.timezone setting or the date_default_timezone_set() function..."

please proceed to set the timezone in php.ini. If you are in the US, for instance, add the following to php.ini

date.timezone = "US/Pacific"

See a list of supported timezone in PHP.

Finally restart the webserver

Feedback and Knowledge Base