The timezone should be system dependent
@ -9,7 +9,9 @@
* file that was distributed with this source code.
*/
if (empty(ini_get('date.timezone'))) {
date_default_timezone_set('UTC');
}
$baseDir = dirname(dirname(__FILE__));