I have a time field that goes from 07:00 to 21:00. I want to make bins of 20 minutes, is there something like this in python:
07:00 - 07:20
07:20 - 07:40
07:40 - 08:00
08:00 - 08:20
08:20 - 08:40
08:40 - 09:00
09:00 - 09:20
09:20 - 09:40
09:40 - 10:00