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 ecef34c commit e15b660Copy full SHA for e15b660
mcs/class/corlib/System/TimeZoneInfo.Unity.cs
@@ -85,7 +85,7 @@ static TimeZoneInfo CreateLocalUnity ()
85
if(!disableDaylightSavings)
86
{
87
//the icall only supports years from 1970 through 2037.
88
- int firstSupportedDate = 1970;
+ int firstSupportedDate = 1971;
89
int lastSupportedDate = 2037;
90
91
//first, generate rules from the current year until the last year mktime is guaranteed to supports
0 commit comments