diff --git a/laravel/laravel.php b/laravel/laravel.php index 947aaa7c..34999f83 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -12,6 +12,7 @@ * default timezone used by all date / timezone functions throughout * the entire application. */ + date_default_timezone_set(Config::get('application.timezone')); /** * Register the PHP exception handler. The framework throws exceptions