Skip to content

Commit ed09578

Browse files
committed
2 parents 3191a63 + 145d12c commit ed09578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function fix_date($date)
139139

140140
function fix_datetime($date)
141141
{
142-
$day = fix_date($date);
142+
$day = fix_date(substr($date, 0, strpos($date, " ")));
143143
return $day . " " . substr($date, strrpos($date," ") + 1);
144144
}
145145

0 commit comments

Comments
 (0)