Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS][non-icu] HybridGlobalization implement timezoneinfo functions #91458

Merged
merged 15 commits into from
Sep 7, 2023
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