Changeset 8043 for trunk


Ignore:
Timestamp:
03/20/13 15:30:52 (11 years ago)
Author:
acoutinho
Message:

Ticket #3400 - Correcao no calculo de timezone em repeticoes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/schedules.php

    r8009 r8043  
    160160 
    161161                $date->setTimestamp((int) ($v['startTime'] / 1000)); 
    162                 $date->setTimezone( new DateTimeZone( $v['timezone'] )); 
     162                $date->setTimezone( new DateTimeZone( $currentTimezone )); 
    163163 
    164164                foreach( $result[$i]['occurrences'] as &$o){ 
Note: See TracChangeset for help on using the changeset viewer.