forked from extern/egroupware
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
|
else
|
||||||
{
|
{
|
||||||
$value += $GLOBALS['phpgw']->datetime->tz_offset;
|
|
||||||
$value = array(
|
$value = array(
|
||||||
'Y' => date('Y',$value),
|
'Y' => date('Y',$value),
|
||||||
'm' => date('m',$value),
|
'm' => date('m',$value),
|
||||||
@ -288,8 +287,7 @@
|
|||||||
}
|
}
|
||||||
if (empty($extension_data))
|
if (empty($extension_data))
|
||||||
{
|
{
|
||||||
$value = mktime(intval($value['H']),intval($value['i']),0,$value['m'],$value['d'],$value['Y'])
|
$value = mktime(intval($value['H']),intval($value['i']),0,$value['m'],$value['d'],$value['Y']);
|
||||||
- $GLOBALS['phpgw']->datetime->tz_offset;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user