How do I tell the time difference in minutes between two datetime objects?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Just subtract one from the other. You get a
You can convert |
|||
|
|
|
New at Python 2.7 is the Reference: http://docs.python.org/library/datetime.html#datetime.timedelta.total_seconds
|
|||||
|