Open
Description
Currently we always use English formatting for dates, but we support multiple UI languages and should respect language differences in date formatting. E.g. "January" should be "Januar" here:
date-fns
which we use in our formatLongDate
and formatShortDate
seem like they take a locale
option so this should be pretty simple.