Commit 1867f28a authored by Taylor Otwell's avatar Taylor Otwell

Move the timezone setting into the core file.

parent 3e900092
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment