Set PHP server time zone:


Edit the php.ini file and add this line at the top or elsewhere:
date.timezone = "America/Toronto"

To find the php.ini file, file the line "Configuration File (php.ini) Path" under your php info page on that server.

Date: February 2021

Back