add localization and move timezone selection to the right place

This commit is contained in:
coderkun 2014-01-19 23:03:55 +01:00
commit 379328434b
15 changed files with 141 additions and 13 deletions

View file

@ -44,9 +44,6 @@
public function __construct($layoutName, $action, $agent)
{
parent::__construct($layoutName, $action, $agent);
// Set timezone
date_default_timezone_set(\nre\configs\AppConfig::$app['timeZone']);
}