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