summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorSyahril Zulkefli <syahzul@gmail.com>2011-11-13 16:43:37 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-13 19:42:40 +0100
commit9667b5585f66f0763f57f5ca578d986812f48b94 (patch)
tree7cc2a89afa02db9892deabc16168c2f1ef792c6e /system/helpers
parent644a1474b497fbf0b3a780d379df3a990f77a84c (diff)
Fix invalid date format
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/date_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php
index 8ad396cfe..0aeb7fafb 100644
--- a/system/helpers/date_helper.php
+++ b/system/helpers/date_helper.php
@@ -116,7 +116,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',