This is the problem of which I want to list out each hour in between.
Issue Reported Issue Resolved
01-12-19 05:00:00 02-12-19 07:00:00
07-12-19 08:00:00 07-12-19 11:00:00
I expect results to be :
[
01-12-19 06:00:00,
01-12-19 07:00:00,
01-12-19 08:00:00,
01-12-19 09:00:00,
---
02-12-19 05:00:00,
02-12-19 06:00:00
]
[
07-12-19 09:00:00
07-12-19 10:00:00
]