November 19, 2012 at 22:03 /
You have to set the deault timezone in php. In any script that runs before easyreservations. Or put it on the start of easyReservations.php.
1 |
date_default_timezone_set('America/Los_Angeles'); |
List of cities: http://www.php.net/manual/en/timezones.php
Regards