commit | 7bf0a4ff35efc758ef43b3a848e655285946b8b6 | [log] [tgz] |
---|---|---|
author | Iban Eguia <admin@razican.com> | Tue Mar 27 18:36:15 2012 +0200 |
committer | Iban Eguia <admin@razican.com> | Tue Mar 27 18:36:15 2012 +0200 |
tree | 7d1ab063257edbc343ffb7c37fb7fdd462ed1e6d | |
parent | 8310595f0e80f72ac790478b8a7dfc6470051639 [diff] |
Added doccumentation for the new date helper.
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index aecc7d9..7ff7444 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'))