Python - easy way to add N seconds to a datetime.time? - Stack Overflow
b = a + datetime.timedelta(seconds=3)