3
query
RESULTSET
query
  ENDTIME EVENTDATE EVENTDURATION EVENTID EVENTTITLE LOCATIONNAME SHORTDESCRIPTION STARTTIME TIMEZONE
1 [empty string] 2008-05-17 00:00:00.0 Weekend only 128697 Tallahassee Rainbow Jr. Local Grand Slam TBA Jr. tournament sponsored by Rainbow Tennis. 12:00 PM 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 128697
2 120360
Before convert: 05/17/2008 12:00 PM ~ 05/17/2008 01:00 PM
Converted to start GMT:16:00:00
Converted to end GMT:17:00:00 {ts '2008-05-17 16:00:00'} {ts '2008-05-17 17:00:00'}