DateTime.time(something) returns the time of the value of "something" + the time offset which is stored in the device settings !
So if I want to get the time to go from here to there at a certain speed, the datetime.time(datetime.ticksperhour*distance/speed) gives two hours extra (for a two hours offset).
So if I want to get the time to go from here to there at a certain speed, the datetime.time(datetime.ticksperhour*distance/speed) gives two hours extra (for a two hours offset).