Change apache time to Toronto time zone in FreeBSD:
*You need php for this
First create the "/usr/local/etc/php.ini" file if you have not all ready.
Then add this in the "/usr/local/etc/php.ini" file:
[Date]
date.timezone = America/Toronto
Save it then restart apache by "sudo service apache24 restart"
--------------------------------------------------
Sources: OS Training Stack Overflow
Date: February 16th, 2021
Back