Update of bug #13203 (project phpgroupware):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I add a support for both + and - timezones

$f = ($gmt_offset[0] == "-") ? -1 : 1;
$offset = $f * intval(substr($gmt_offset, 1, 2)) * 60 +
intval(substr($gmt_offset, 3, 2));
$event['start']['min']   += $offset;
$event['end']['min']     += $offset;
$event['modtime']['min'] += $offset;

see patch for bug #13202

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13203>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to