From 18b6cc44af5c8dc3e8ffdd219531a45fa056c59e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 24 Jan 2012 10:10:28 -0600 Subject: [PATCH] cleaning up bootstrap file. --- laravel/laravel.php | 1 + 1 file changed, 1 insertion(+) 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