diff options
author | Iban Eguia <admin@razican.com> | 2012-06-09 23:52:27 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-09 23:52:27 +0200 |
commit | e15e3dde9dca15e2d65f098010d3fb7004cef5e7 (patch) | |
tree | 26f06c9c26bbb2f54ae37727b6a6e549163f1d93 /user_guide_src/source/helpers | |
parent | f5d1fd2ce8bfa049c8049184ac6d385d0f70fe29 (diff) |
Fixed timezone change in index.php
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/date_helper.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/date_helper.rst b/user_guide_src/source/helpers/date_helper.rst index b6c6ed4bb..33b39bd5b 100644 --- a/user_guide_src/source/helpers/date_helper.rst +++ b/user_guide_src/source/helpers/date_helper.rst @@ -21,7 +21,8 @@ now() ===== Returns the current time as a Unix timestamp, based on the "timezone" parameter. -All PHP available timezones are supported. +All PHP available timezones are supported. You can also use 'local' timezone, and +it will return time(). .. php:method:: now($timezone = NULL) |