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.
Looking at you, wordpress.org plugin directory:
@antondollmaier (To second precision or finer, please!)
<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

@antondollmaier

People who write "4 days ago" on a fixed message or label will end up in the same Circle of Hell as those who name a file "<something>-new".

And they will meet there the guy who puts the caption "Recorded tonight" on Jimmy Kimmel's YouTube videos.

@JorgeStolfi @antondollmaier it's like the sign 'back in 5 minutes' where the time starts the moment you read the sign.
@gunstick that's different. With dynamic websites, the text changes, the sign in the store won't.
@antondollmaier or just use #Unixtime ffs since date %s provides that on basically all even remotely-#Posix compliant platforms.
@antondollmaier the worst is when it doesn't even get updated so if it's an old tab, the relative timestap is just way off