summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorIban Eguia <admin@razican.com>2012-06-13 22:57:50 +0200
committerIban Eguia <admin@razican.com>2012-06-13 22:57:50 +0200
commit7400965017f87c3aba18bf75ed7d732359fd577d (patch)
tree1fc8c4f0b3fd2d25c773bccf946286c68783b38c /application
parentfeb14dac4e7a417a48344a5188a8ad8074871df4 (diff)
Fixed some stuff in documentation.
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/config/config.php b/application/config/config.php
index fd6a1aeb0..31ff2024d 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -362,9 +362,10 @@ $config['compress_output'] = FALSE;
| Master Time Reference
|--------------------------------------------------------------------------
|
-| You can set any PHP supported timezones to be the master timezone when
-| you call the now() function. 'local' string can be used to get the local
-| time.
+| Options are 'local' or any PHP supported timezone. This pref tells the
+| system whether to use your server's local time as the master 'now'
+| reference, or convert it to any PHP supported timezone. See the 'date
+| helper' page of the user guide for information regarding date handling.
|
*/
$config['time_reference'] = 'local';