diff options
author | Iban Eguia <admin@razican.com> | 2012-06-08 23:37:33 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-08 23:37:33 +0200 |
commit | f5d1fd2ce8bfa049c8049184ac6d385d0f70fe29 (patch) | |
tree | 8f92784a661f7fb6dfb349f3ecaf0500bd42a1aa | |
parent | 895e98c0f04f1087e8900ce8423ad3210a423770 (diff) |
Updated the upgrade guide to specify which are the supported timezones.
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 503e5366c..e86ef67da 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -46,7 +46,8 @@ Step 5: Change your use of the Date helper's now() function =========================================================== Function now() has been modified. You can see the changes in :doc:`Date Helper <../helpers/date_helper>` -You must replace $config['time_reference'] with $config['timezone'] in your config.php file. +You must replace $config['time_reference'] with $config['timezone'] in your config.php file. You can select all +PHP supported timezones, listed here: `PHP's supported timezones <http://www.php.net/timezones>`_. Step 6: Move your errors folder =============================== |