I have timestamp which is a time
object and trying to convert it to a datetime
object because datetime
has stonger capabilities and I need to use some function that only datetime
has.
The reason I'm starting with time
is because datetime
doesn't support milliseconds which the original string contains.
What is the easiest way to do it?