mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Tracker: Fix notification dates could be in wrong timezone
This commit is contained in:
parent
d367da6ba8
commit
3ada84be0f
@ -781,7 +781,8 @@ abstract class Tracking
|
||||
// Cache message body to not have to re-generate it every time
|
||||
$lang = Api\Translation::$userlang;
|
||||
$date_format = $GLOBALS['egw_info']['user']['preferences']['common']['dateformat'] .
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['timeformat'];
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['timeformat'].
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['tz'];
|
||||
|
||||
// Cache text body, if there's no private custom fields we might reveal
|
||||
if($can_cache)
|
||||
|
Loading…
Reference in New Issue
Block a user