I have converted a datetime with microseconds into a timedelta.total_seconds() object which is a float.
How can I convert this float back into datetime, preferably with %H:%M:%S.%f
format?
I have converted a datetime with microseconds into a timedelta.total_seconds() object which is a float.
How can I convert this float back into datetime, preferably with %H:%M:%S.%f
format?