You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not currently fully compliant. Specifically, consider failing unit test:
[Fact]publicvoidCan_Get_Names_For_CA_Pacific_From_MX(){varnames= TimeZoneNames.GetNamesForTimeZone("America/Vancouver","en-MX");
Assert.Equal("Pacific Time (Canada)", names.Generic);
Assert.Equal("Pacific Standard Time (Canada)", names.Standard);
Assert.Equal("Pacific Daylight Time (Canada)", names.Daylight);}
The text was updated successfully, but these errors were encountered:
CLDR defines the rules for time zone names here:
http://www.unicode.org/reports/tr35/tr35-dates.html#Using_Time_Zone_Names
We are not currently fully compliant. Specifically, consider failing unit test:
The text was updated successfully, but these errors were encountered: