-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.3.5
-
None
-
MOODLE_23_STABLE
When you try see records dates you got "Invalid date"
in mod/recordingsbn/view we had to change line 208:
$formatedStartDate = userdate($recording['startTime'], $format,usertimezone($USER->timezone) );
to
$formatedStartDate = gmdate("M d Y H:i:s", $recording['startTime']);
Maybe there's a better solution for that.
Tks
Luciano