`util/timeFormatter` is currently hard-coded to produce an English date. We should make it possible to produce date strings in the current locale. I believe the [`format`](https://www.i18next.com/translation-function/formatting) function of `i18next` will be of use here. Followup to #1511