mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a6dec05e82
In the dev-infra merge tool, a test fails locally if it runs on a system with a different system locale. We can either make the test more flexible, or update the merge tool to always print the date in `en-US` format. The latter is more reasonable given our console messages being in english anyway. PR Close #42470