Show explicit date in issue timeline

Is possible to show explicit date in issue timeline?

example:

User1 created issue - 05/08/2017

instead of

User1 created issue - 1 day ago

EDIT: i just saw that placing the mouse over, displays the full date

This isn’t available out of the box; but here is where the date is converted to days past:

https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/misc/pretty_date.js#L67

The prettyDate call would have to be replaced by datetime.

1 Like