github / relative-time-element

Web component extensions to the standard <time> element.
https://github.github.io/relative-time-element/examples/
MIT License
3.57k stars 170 forks source link

fix aggressive compression of hours into a single day #254

Closed keithamus closed 1 year ago

keithamus commented 1 year ago

Some nearby dates get aggressively compressed to yesterday when they're over 1 day away (e.g. something that is 1 day and 20 hours ago will say yesterday when it probably should say 2 days ago).

This fixes that.