Incorrect time zone in groupon clone
If you are facing incorrect timezone trouble in groupon clone.
fix it by going to
include/application.php line 56
if(function_exists('date_default_timezone_set')) { date_default_timezone_set('Asia/Shanghai'); }
Just edit it or comment it like
//if(function_exists('date_default_timezone_set')) { date_default_timezone_set('Asia/Shanghai'); }