Skip to content

Commit e15b660

Browse files
author
Michael DeRoy
committed
change first supported time to 1971 for ps4
1 parent ecef34c commit e15b660

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)