2
query
RESULTSET
query
  ENDTIME EVENTDATE EVENTDURATION EVENTID EVENTTITLE LOCATIONNAME SHORTDESCRIPTION STARTTIME TIMEZONE
1 1:00 PM 2009-11-09 00:00:00.0 [empty string] 315824 3.5-4.0 Doubles Midland Community Tennis Center 3.5-4.0 Doubles for Men and Women. 11:00 AM EST
CACHED false
EXECUTIONTIME 0
SQL SELECT EventID, EventTitle, locationname, ShortDescription, StartTime, EndTime, EventDate, eventduration, timezone FROM event LEFT OUTER JOIN location ON event.locationid = location.locationid LEFT OUTER JOIN clubs ON event.calendarid = clubs.clubid WHERE event.eventid = ? AND event.calendarid = ?
SQLPARAMETERS
array
1 315824
2 120004
Before convert: 11/09/2009 11:00 AM ~ 11/09/2009 1:00 PM
Converted to start GMT:16:00:00
Converted to end GMT:18:00:00 {ts '2009-11-09 16:00:00'} {ts '2009-11-09 18:00:00'}