mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ec1057014b
Mock dates in EventsComponent tests are parsed in inconsistent ways across platforms/browsers, which makes the comparison to the mocked UTC "now" date behave differently causing the test to fail. This fix ensures that the mocked "now" date is parsed in the same way as the test dates to avoid inconsistencies. PR Close #44763