summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';
/*