mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +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';
|
$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';
|
if ($cell['type'] == 'label') $cell['no_lang'] = 'true';
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user