summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorIban Eguia <admin@razican.com>2012-06-10 00:13:04 +0200
committerIban Eguia <admin@razican.com>2012-06-10 00:13:04 +0200
commita9617a35ce4af051d3ad1298c2c24453460754cc (patch)
tree7e7ce046198de2c70b5a6547fd35143f4f54e989 /application
parente15e3dde9dca15e2d65f098010d3fb7004cef5e7 (diff)
Changed the default timezone to local and explained in the config file.
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index eb3ddddb0..12ef77c76 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -363,10 +363,11 @@ $config['compress_output'] = FALSE;
|--------------------------------------------------------------------------
|
| You can set any PHP supported timezones to be the master timezone when
-| you call the now() function.
+| you call the now() function. 'local' string can be used to get the local
+| time.
|
*/
-$config['timezone'] = 'UTC';
+$config['timezone'] = 'local';
/*