mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
removed tz-converstation:
- to fix tz-probs in infolog - in my belive tz-conversation should always be done in the bo-layer and not in ui (eTemplate)
This commit is contained in:
parent
9e1dcb9a78
commit
2f7c4cb8fc
@ -79,7 +79,6 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$value += $GLOBALS['phpgw']->datetime->tz_offset;
|
||||
$value = array(
|
||||
'Y' => date('Y',$value),
|
||||
'm' => date('m',$value),
|
||||
@ -288,8 +287,7 @@
|
||||
}
|
||||
if (empty($extension_data))
|
||||
{
|
||||
$value = mktime(intval($value['H']),intval($value['i']),0,$value['m'],$value['d'],$value['Y'])
|
||||
- $GLOBALS['phpgw']->datetime->tz_offset;
|
||||
$value = mktime(intval($value['H']),intval($value['i']),0,$value['m'],$value['d'],$value['Y']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user