[mythtv] [mythtv-commits] mythtv commit: r9110 - in trunk/mythtv/libs/libmythtv by danielk

Greg Estabrooks greg at phaze.org
Fri Feb 24 18:54:11 UTC 2006


>  All of these are coming from :
> 
>         e.StartTime    = MythUTCToLocal(eit->StartTimeGPS(i).addSecs(-13));
>         e.EndTime      = e.StartTime.addSecs(eit->LengthInSeconds(i));
>


 Sorry I meant

        event.StartTime   = MythUTCToLocal(eit->StartTimeUTC(i));
        event.EndTime     = event.StartTime.addSecs(eit->DurationInSeconds(i));




More information about the mythtv-dev mailing list