How do you convert a Python time.struct_time
object into a datetime.datetime
object?
I have a library that provides the first one and a second library that wants the second one.
How do you convert a Python time.struct_time
object into a datetime.datetime
object?
I have a library that provides the first one and a second library that wants the second one.