-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.3, 3.9, 3.10
-
MOODLE_310_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
When creating a quiz activity, the timecreated field on the mdl_quiz table does not get a timestamp. Instead, it always get a value of 0.
SELECT id, name, timecreated, timemodified FROM mdl_quiz;
id: 1
name: quiz1
timecreated: 0
timemodified: 1594382713
Expected result: The timecreated field should be populated with the correct value/timestamp.