Skip to content

Use modern date formatting in container registry detail view

What does this MR do and why?

Use modern date formatting in container registry detail view

Before this change, texts were saying:

Published to the foo image repository at 13:29:38 UTC on 2020-11-03

which doesn't sound like proper English and is not user locale aware. We replace it with the more modern formatter which respects user settings better. It now looks like this:

Published to the foo image repository on November 3, 2020 at 1:29:38 PM GMT

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

TBA

How to set up and validate locally

TBA

Merge request reports