-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.3
-
None
-
None
-
MOODLE_19_STABLE
Lines 783 and 807 of files/index.php contains a hard-coded string format:
$filedate = userdate(filemtime($filename), "%d %b %Y, %I:%M %p");
This should be changed to
$filedate = userdate(filemtime($filename), get_string("strftimedatetime"));