mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
Show time values in user time
This commit is contained in:
parent
28e6ff6920
commit
0514391fde
@ -116,6 +116,11 @@ class historylog_widget
|
||||
$cell['type'] = 'select';
|
||||
}
|
||||
}
|
||||
// For all times, show time in user time
|
||||
elseif ($type == 'date-time' && $value)
|
||||
{
|
||||
$value = egw_time::server2user($value);
|
||||
}
|
||||
if ($cell['type'] == 'label') $cell['no_lang'] = 'true';
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user