Skip to content

Commit 644a147

Browse files
syahzulPhil Sturgeon
authored andcommitted
Fix invalid date format
1 parent 9c893ca commit 644a147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/helpers/date_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function standard_date($fmt = 'DATE_RFC822', $time = '')
116116
'DATE_COOKIE' => '%l, %d-%M-%y %H:%i:%s UTC',
117117
'DATE_ISO8601' => '%Y-%m-%dT%H:%i:%s%Q',
118118
'DATE_RFC822' => '%D, %d %M %y %H:%i:%s %O',
119-
'DATE_RFC850' => '%l, %d-%M-%y %H:%m:%i UTC',
119+
'DATE_RFC850' => '%l, %d-%M-%y %H:%i:%i UTC',
120120
'DATE_RFC1036' => '%D, %d %M %y %H:%i:%s %O',
121121
'DATE_RFC1123' => '%D, %d %M %Y %H:%i:%s %O',
122122
'DATE_RSS' => '%D, %d %M %Y %H:%i:%s %O',

0 commit comments

Comments
 (0)