If I have
import datetime my_time = datetime.time(2,30,00)
What is the best way of subtracting ten minutes from "my_time"? Please note if time is 00:05:00 for example, expected result of this subtraction is 23:55:00.