Add a tooltip with the full date on hover when the date is relative or custom
When the date format is relative or custom (e.g. with year removed), it could be useful to display the complete date in a tooltip on mouse over.
It turns out TweetDeck has a method I can easily use to display a given Date object into a full representation, so this is how it would look

Would that do the job?
Now that I look at the code of that method, it seems like it only renders time into a 12h format so I guess I'll need to add a format option for that tooltip as well 😅
Can't you reuse the global format option?
I guess. But I feel like it might sound confusing that the global format option applies even if you set the timestamps as relative? 🤔