2
query
RESULTSET
query
  ENDTIME EVENTDATE EVENTDURATION EVENTID EVENTTITLE LOCATIONNAME SHORTDESCRIPTION STARTTIME TIMEZONE
1 5:00 PM 2010-03-01 00:00:00.0 This is a 14-week program 332052 Pre-tournament squad Hollow Rock Spring clinic 4: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 332052
2 100097
Before convert: 03/01/2010 4:00 PM ~ 03/01/2010 5:00 PM
Converted to start GMT:21:00:00
Converted to end GMT:22:00:00 {ts '2010-03-01 21:00:00'} {ts '2010-03-01 22:00:00'}