Join Discord
Powered by
What's the correct approach to set a timestamp fro...
# python
z
zavbala
07/01/2022, 4:17 PM
What's the correct approach to set a timestamp from python? Use datetime?
zavbala
07/01/2022, 4:18 PM
Hello 👋
m
mansueli
07/01/2022, 8:48 PM
Yep, get the result and parse it into datetime.
https://stackoverflow.com/questions/466345/converting-string-into-datetime
Previous
Next