What I want to do is to make specific minute be added from now. For example.
Let's assume that it's 10:09 now. Then the minute is gonna be 9. And we assume that the interval is 5 minutes. Then the list has to be like this:
[9, 14, 19, 24, 29, 34, 39, 44, 49, 54, 59, 4, 9, ....]
Does anyone has solution?
This is what you are looking for?