time zone and date format
my account has a preference to be in French. so for the stats on this page https://app.mailjet.com/stats I would like to see the date in French (today is 09/08/2022 not 08/09/2022) the time/date in the column in French as well and the time zone set accordingly for Paris.
1
vote
Bruno Lixi
shared this idea
-
Marcin Kraszewski commented
Hi,
Is there a way to format date time in template?
Best Regards
-
Paul Maillardet commented
The dates should be displayed in the format corresponding to the user's language (auto-detection with `Intl.DateTimeFormat()` would be even better). Currently, the American format is used everywhere and it is very confusing for others.
Thank you!