diff --git a/lms/templates/courseware/submission_history.html b/lms/templates/courseware/submission_history.html index 3d78cbd4f0..683c61c5a0 100644 --- a/lms/templates/courseware/submission_history.html +++ b/lms/templates/courseware/submission_history.html @@ -4,7 +4,7 @@ % for i, entry in enumerate(history_entries):
-#${len(history_entries) - i}: ${entry.created} UTC
+#${len(history_entries) - i}: ${entry.created} (${TIME_ZONE} time)
Score: ${entry.grade} / ${entry.max_grade}
 ${json.dumps(json.loads(entry.state), indent=2, sort_keys=True) | h}