diff options
author | Iban Eguia <admin@razican.com> | 2012-06-10 00:13:04 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-10 00:13:04 +0200 |
commit | a9617a35ce4af051d3ad1298c2c24453460754cc (patch) | |
tree | 7e7ce046198de2c70b5a6547fd35143f4f54e989 /application/config/config.php | |
parent | e15e3dde9dca15e2d65f098010d3fb7004cef5e7 (diff) |
Changed the default timezone to local and explained in the config file.
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 5 |
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'; /* |