mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
fix stall, if no/wrong user timezone set in prefs
This commit is contained in:
@ -575,7 +575,7 @@ class DateTime extends \DateTime
|
||||
try {
|
||||
self::$user_timezone = new DateTimeZone($tz);
|
||||
}
|
||||
catch(\Exception $e)
|
||||
catch(\Throwable $e)
|
||||
{
|
||||
unset($e);
|
||||
// silently use server timezone, as we have no means to report the wrong timezone to the user from this class
|
||||
|
Reference in New Issue
Block a user