Skip to content

Commit 5d2e398

Browse files
committed
Putting GetTimeZoneData in the correct class name.
1 parent f467bb4 commit 5d2e398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcs/class/corlib/System/TimeZoneInfo.Unity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static TimeZoneInfo CreateLocalUnity ()
176176
}
177177
}
178178

179-
partial class TimeZone
179+
partial class CurrentSystemTimeZone
180180
{
181181
// Internal method to get timezone data.
182182
// data[0]: start of daylight saving time (in DateTime ticks).

0 commit comments

Comments
 (0)