diff --git a/bin/mage b/bin/mage index 52f5c19..65aeabc 100755 --- a/bin/mage +++ b/bin/mage @@ -9,7 +9,9 @@ * file that was distributed with this source code. */ -date_default_timezone_set('UTC'); +if(empty(ini_get('date.timezone'))){ + date_default_timezone_set('UTC'); +} $baseDir = dirname(dirname(__FILE__));