Merge branch 'MDL-73047_user_timecreated' of https://github.com/davosmith/moodle

This commit is contained in:
Jun Pataleta
2022-05-26 10:27:48 +08:00
@@ -367,6 +367,7 @@ class user extends base {
'confirmed' => new lang_string('confirmed', 'admin'),
'username' => new lang_string('username'),
'moodlenetprofile' => new lang_string('moodlenetprofile', 'user'),
'timecreated' => new lang_string('timecreated', 'core_reportbuilder'),
];
}
@@ -386,6 +387,7 @@ class user extends base {
$fieldtype = column::TYPE_BOOLEAN;
break;
case 'lastaccess':
case 'timecreated':
$fieldtype = column::TYPE_TIMESTAMP;
break;
default: