Fix for seek3r's problem with the calendar and timezone settings.

This commit is contained in:
skeeter 2001-08-25 03:22:33 +00:00
parent e363d68a3a
commit 63a222f3ca

View File

@ -119,7 +119,7 @@ class datetime
$sday = mktime(2,0,0,$month,$day - ($weekday - 1),$year);
break;
}
return $sday;
return $sday - (60 * 60 * 2);
break;
}
}