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 b453345 commit 6d113e0Copy full SHA for 6d113e0
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.cs
@@ -88,9 +88,9 @@ private TimeZoneInfo CreateLocal()
88
timeZone = new TimeZoneInfo(
89
timeZone._id,
90
timeZone._baseUtcOffset,
91
- timeZone._displayName,
92
- timeZone._standardDisplayName,
93
- timeZone._daylightDisplayName,
+ timeZone.DisplayName,
+ timeZone.StandardName,
+ timeZone.DaylightName,
94
timeZone._adjustmentRules,
95
disableDaylightSavingTime: false,
96
timeZone.HasIanaId);
0 commit comments