-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The post time of questions is printed ugly. It should be changed to:
nowif it is posted just now.2 hours and 40 mins agoif it was posted less than 24 hours agoFULL DATEif it has been posted for more than 24 hours
The patch should be on the following line of code in view.php:
$a->time = userdate($question->time).' ('.get_string('early', 'assignment', format_time(time() - $question->time)) . ')';Metadata
Metadata
Assignees
Labels
No labels