Is there any method to calculate a list of dateTime.datetime(2018,11,24,22,44,36) values to a timestamp with Python?
Asked
Active
Viewed 43 times
0
-
2https://docs.python.org/3/library/datetime.html#datetime.datetime.timestamp – Leonid Mar 19 '19 at 23:53
-
Try looking at [this](https://stackoverflow.com/questions/8777753/converting-datetime-date-to-utc-timestamp-in-python) question. – Lord Elrond Mar 19 '19 at 23:54
-
4Possible duplicate of [Converting datetime.date to UTC timestamp in Python](https://stackoverflow.com/questions/8777753/converting-datetime-date-to-utc-timestamp-in-python) – Lord Elrond Mar 19 '19 at 23:54