mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Fix for seek3r's problem with the calendar and timezone settings.
This commit is contained in:
parent
e363d68a3a
commit
63a222f3ca
@ -119,7 +119,7 @@ class datetime
|
|||||||
$sday = mktime(2,0,0,$month,$day - ($weekday - 1),$year);
|
$sday = mktime(2,0,0,$month,$day - ($weekday - 1),$year);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return $sday;
|
return $sday - (60 * 60 * 2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user