When using dates and times in tables and other components that default formatting for dates is "MMM d, yyyy" and times are shown in 12-hour format and without seconds. Also, by default dates/times are shown in the local time zone of the user.
If we wanted to show dates/times in a different format, e.g. with seconds and 24-hour format and dd/MM/yyyy for dates, and in UTC time zone, we do need to update this for every component (or even column in a table that is showing dates/times).
It would be much more efficient if we could set a default on app-level if not even on global level?