For example, given 1339372800, which is Mon, 11 Jun 2012 00:00:00 GMT, I would like to get the next X hours including 1339372800. So for the next 3 hours, the result would be
+------------+ | hours | +------------+ | 1339372800 | | 1339376400 | | 1339380000 | +------------+
I think I need to create a loop but I don't know how to proceed from that. Thanks.