First go to [url]http://us2.php.net/manual/en/timezones.php[/url] and notate which timezone you are in example “America/Chicage”.
On your fog machine enter the following command (if you dont have nano installed use vi instead)
[CODE]sudo nano /etc/php5/apache2/php.ini[/CODE]
Find the line that starts with “date.timezone =” {enter in you timezone}
example date.timezone = America/Chicago
Save and exit then run
[CODE]sudo service apache2 restart[/CODE]