diff options
author | Iban Eguia <admin@razican.com> | 2012-03-27 18:36:15 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-03-27 18:36:15 +0200 |
commit | 7bf0a4ff35efc758ef43b3a848e655285946b8b6 (patch) | |
tree | 7d1ab063257edbc343ffb7c37fb7fdd462ed1e6d /system/helpers/date_helper.php | |
parent | 8310595f0e80f72ac790478b8a7dfc6470051639 (diff) |
Added doccumentation for the new date helper.
Diffstat (limited to 'system/helpers/date_helper.php')
-rw-r--r-- | system/helpers/date_helper.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index aecc7d90f..7ff7444e5 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -40,8 +40,10 @@ /** * Get "now" time * - * Returns time() or its GMT equivalent based on the config file preference + * Returns time() based on the timezone parameter or on the "timezone" + * setting * + * @param string * @return int */ if ( ! function_exists('now')) |