Timex’s from_now gives the relative duration from now. But I’d like to show it in real time.
The x seconds ago would count up every second. The minutes every minute, and so on.
Is there a better way to do this than just update the view every second?
My preferred approach to display relative times or localize timestamps accordingly to the user browser preferences is to use the relative-time-element web-component.