diff --git a/mod/forum/templates/discussion_list.mustache b/mod/forum/templates/discussion_list.mustache
index 50cc04dc34a..da67f2044a8 100644
--- a/mod/forum/templates/discussion_list.mustache
+++ b/mod/forum/templates/discussion_list.mustache
@@ -257,7 +257,11 @@
{{fullname}}
- {{#userdate}}{{discussion.times.created}}, {{#str}}strftimedatemonthabbr, langconfig{{/str}}{{/userdate}}
+ {{< core/time_element }}
+ {{$elementid}}created-{{discussion.id}}{{/elementid}}
+ {{$timestampval}}{{discussion.times.created}}{{/timestampval}}
+ {{$userdateformatval}}{{#str}}strftimedatemonthabbr, langconfig{{/str}}{{/userdateformatval}}
+ {{/core/time_element}}
@@ -277,7 +281,11 @@