diff options
author | Syahril Zulkefli <syahzul@gmail.com> | 2011-11-13 16:43:37 +0100 |
---|---|---|
committer | Syahril Zulkefli <syahzul@gmail.com> | 2011-11-13 16:43:37 +0100 |
commit | 90658ad344a428fb031bd34c57458fc15618060d (patch) | |
tree | 882e441211c5cd18fd7828d94eaea2178ce8e16a | |
parent | 6d638537a249eb7b2f1b25df8f4f4979c8debbc4 (diff) |
Fix invalid date format
-rw-r--r-- | system/helpers/date_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index b8c2eb58d..8c92fdc89 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -132,7 +132,7 @@ if ( ! function_exists('standard_date')) 'DATE_COOKIE' => '%l, %d-%M-%y %H:%i:%s UTC', 'DATE_ISO8601' => '%Y-%m-%dT%H:%i:%s%Q', 'DATE_RFC822' => '%D, %d %M %y %H:%i:%s %O', - 'DATE_RFC850' => '%l, %d-%M-%y %H:%i:%i UTC', + 'DATE_RFC850' => '%l, %d-%M-%y %H:%i:%s UTC', 'DATE_RFC1036' => '%D, %d %M %y %H:%i:%s %O', 'DATE_RFC1123' => '%D, %d %M %Y %H:%i:%s %O', 'DATE_RSS' => '%D, %d %M %Y %H:%i:%s %O', |