Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Fix build failure
  • Loading branch information
mkhamoyan committed Sep 6, 2023
commit a64ee2b509f02a8d59b234759580a5ed6c0cede2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public sealed partial class TimeZoneInfo
{
private const string InvariantUtcStandardDisplayName = "Coordinated Universal Time";
private const string FallbackCultureName = "en-US";
#if !TARGET_MACCATALYST && TARGET_IOS && TARGET_TVOS
#if !TARGET_MACCATALYST && !TARGET_IOS && !TARGET_TVOS
private const string GmtId = "GMT";

// Some time zones may give better display names using their location names rather than their generic name.
Expand Down