/ Published in: Python
URL: http://www.saltycrane.com/blog/2008/11/python-datetime-time-conversions/
Expand |
Embed | Plain Text
start_stamp = mktime(start.timetuple())
You need to login to post a comment.
URL: http://www.saltycrane.com/blog/2008/11/python-datetime-time-conversions/
start_stamp = mktime(start.timetuple())
You need to login to post a comment.