2
query
RESULTSET
query
  ENDTIME EVENTDATE EVENTDURATION EVENTID EVENTTITLE LOCATIONNAME SHORTDESCRIPTION STARTTIME TIMEZONE
1 3:00 PM 2009-01-08 00:00:00.0 This course is offered on Mondays and Thursdays 232990 Courtside modules Web Based (EST) Courtside modules 2: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 232990
2 9
Before convert: 01/08/2009 2:00 PM ~ 01/08/2009 3:00 PM
Converted to start GMT:19:00:00
Converted to end GMT:20:00:00 {ts '2009-01-08 19:00:00'} {ts '2009-01-08 20:00:00'}