I am going to postulate that you are looking at a group of records that contain a range of DATETIME values, so you probably want something like this:
SELECT id,
name,
info,
date_time
FROM acms_events
WHERE date_time < DATE_ADD(NOW(), INTERVAL 1 HOUR)
AND date_time >= NOW()
AND active = 1
ORDER BY date_time ASC
LIMIT 6
_ " + 1 ". , .;)
, DATE_ADD() DATE_SUB() , - SELECT ... WHERE date_time = '2010-04-14 23:10:05' ORDER BY ..., , , , .