I have a Python datetime
object that I want to convert to unix time, or seconds/milliseconds since the 1970 epoch.
How do I do this?
I have a Python datetime
object that I want to convert to unix time, or seconds/milliseconds since the 1970 epoch.
How do I do this?