Lines Matching refs:start_time
43 return strtotime($a['start_time']) - strtotime($b['start_time']);
46 return strtotime($a['start_time']) - strtotime($b['start_time']);
194 …$fb_fields="id,name,place,updated_time,timezone,start_time,end_time,event_times,cover,photos{pictu…
213 … if(strtotime($event_time['start_time']) < strtotime($data[FB_EVENTS_FROM_DATE])) continue;
234 $start_date = date($date_format, strtotime($event['start_time']));
235 $start_time = date($time_format, strtotime($event['start_time']));
237 … if(strtotime($event['start_time']) < strtotime($data[FB_EVENTS_FROM_DATE])) continue;
240 $event['end_time'] = $event['start_time'];
291 $dateStart = date($this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['start_time']));
295 $timeStart = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['start_time']));
299 …B_EVENTS_TIME_FORMAT).', '.$this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['start_time']));
353 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
354 $entry = str_replace('{starttimestamp}', date('c', strtotime($event['start_time'])), $entry);