eLearning-BS23 / moodle-quizaccess_proctoring

MIT License
21 stars 26 forks source link

Date format in proctoring logs #78

Closed eptest1 closed 1 year ago

eptest1 commented 1 year ago

In the proctoring report logs page, the time is not displayed correctly. The date format in additional_settings.php uses an 'm', but m is for month $data[] = date("Y/M/d H:m:s", $info->timemodified);

Regards Emilio

shadman-ahmed-bs23 commented 1 year ago

This issue is merged with master branch.

Thanks for finding out the bug. @eptest1 Closing this issue.