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.
2 parents ecef34c + e15b660 commit 6d1b992Copy full SHA for 6d1b992
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