I got a timedelta object from the subtraction of two datetimes. I need this value as floating point for further calculations.
All that I've found enables the calculation with floating-points, but the result
is still a timedelta object.
time_d = datetime_1 - datetime_2
time_d_float = float(time_d)
does not work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…