We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278e6f1 commit c295e8fCopy full SHA for c295e8f
test/TimeZoneNames.Tests/DisplayNamesTests.cs
@@ -34,6 +34,9 @@ public void Can_Get_DisplayNames_For_OS_Culture()
34
// This test requires Windows
35
Skip.IfNot(RuntimeInformation.IsOSPlatform(OSPlatform.Windows));
36
37
+ // The data has an update for Jordan Standard Time that might not yet be installed
38
+ Skip.If(!TimeZoneInfo.FindSystemTimeZoneById("Jordan Standard Time").DisplayName.Contains("+03:00"));
39
+
40
var languageCode = CultureInfo.InstalledUICulture.IetfLanguageTag;
41
42
var displayNames = TZNames.GetDisplayNames(languageCode);
0 commit comments