2
query
RESULTSET
query
  ENDTIME EVENTDATE EVENTDURATION EVENTID EVENTTITLE LOCATIONNAME SHORTDESCRIPTION STARTTIME TIMEZONE
1 6:30 PM 2010-03-01 00:00:00.0 This is a 14-week program 332108 Tournament Squad Hollow Rock Spring Clinic 5: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 332108
2 100097
Before convert: 03/01/2010 5:00 PM ~ 03/01/2010 6:30 PM
Converted to start GMT:22:00:00
Converted to end GMT:23:30:00 {ts '2010-03-01 22:00:00'} {ts '2010-03-01 23:30:00'}