From 1867f28ad6210b58729b8402393c030731f87501 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 23 Nov 2011 08:30:40 -0600 Subject: [PATCH] Move the timezone setting into the core file. --- laravel/laravel.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/laravel/laravel.php b/laravel/laravel.php index b7957786..9ec22f36 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -7,13 +7,6 @@ */ require 'core.php'; -/** - * Register the default timezone for the application. This will be - * the default timezone used by all date / timezone functions in - * the entire application. - */ -date_default_timezone_set(Config::$items['application']['timezone']); - /** * Create the exception logging function. All of the error logging * is routed through here to avoid duplicate code. This Closure