Description of problem: We regressed and lost the ability to localize timestamps for en-gb. I think it's related to https://github.com/openshift/console/pull/8100. We should explore other options that will allow us to maintain sub-language functionality while minimizing the number of network requests. Version-Release number of selected component (if applicable): 4.7 How reproducible: Always. Steps to Reproduce: 1. Add ?lng=en-gb to the console URL. Actual results: Timestamps remain in en format rather than being in en-gb format. Expected results: Timestamps are in en-gb format.
We should look at taking a similar approach as in https://github.com/openshift/console/pull/8365 to localizing times. We have https://issues.redhat.com/browse/CONSOLE-2790 open to move away from moment.js.
This will be fixed by https://github.com/openshift/console/pull/8490.
This was fixed as part of bug 1862084. *** This bug has been marked as a duplicate of bug 1862084 ***