Replies: 1 comment
-
This would interest me as well. In the mean time I added the following custom JavaScript: for (const timeNode of document.querySelectorAll("time")) {
timeNode.innerHTML = timeNode.dateTime;
} This converts all relative time to absolute timestamps, including feed refresh times. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently miniflux shows relative time. I search settings and configuration as well as rummaged through sources but didn't find any option to display timestamp instead of relative time. Is there such option available? Would it be possible to add it?
Beta Was this translation helpful? Give feedback.
All reactions