I am rounding time to the nearest hour using the query below:
SELECT post_id, DeliveryDate, TIME_FORMAT(DeliveryTime, \'%h:00:00 %p\') AS rounded_time FROM `o