Decided to remove date-fns from #teamstatus, because their ESM approach is a mess and Intl.DateTimeFormat exists and is good: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
There is also Intl.RelativeTimeFormat (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat) for formatting relative dates.
It's nice that we have nice tools for dealing with dates now.
