Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Probably due to implementation differences in browsers for pre-DST period (see angular#5017 and especially angular#5017 (comment) for context), some `TzDate` tests had different behavior on different Timezones/Regions (e.g. failed in Australia, which started to observe DST in 1971). Since the used year (`1970`) didn't have any particular significance, this commit fixes the issue by using a year that is more consistently handled by browsers (`2000`). Fixes angular#14272
- Loading branch information