Skip to content

Commit 6d1b992

Browse files
authored
Merge pull request #858 from Unity-Technologies/first-timezone-1971
Change first supported time to 1971
2 parents ecef34c + e15b660 commit 6d1b992

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
@@ -85,7 +85,7 @@ static TimeZoneInfo CreateLocalUnity ()
8585
if(!disableDaylightSavings)
8686
{
8787
//the icall only supports years from 1970 through 2037.
88-
int firstSupportedDate = 1970;
88+
int firstSupportedDate = 1971;
8989
int lastSupportedDate = 2037;
9090

9191
//first, generate rules from the current year until the last year mktime is guaranteed to supports

0 commit comments

Comments
 (0)