Dear developers,
if you're outputting relative timestamps ("4 days ago"), please also include somehow the actual timestamp. The title-attribute in HTML would be a good starting point.
Yours truly,
a frustrated user looking for exact timestamps.
<time>: The (Date) Time element - HTML: HyperText Markup Language | MDN

The <time> HTML element represents a specific period in time. It may include the datetime attribute to translate dates into machine-readable format, allowing for better search engine results or custom features such as reminders.

MDN Web Docs