I am trying to have some clever dates since a post has been made on my site (\"seconds since, hours since, weeks since, etc..\") and I\'m using datetime.timedelta difference
It seems that Python 2.7 has introduced a total_seconds() method, which is what you were looking for, I believe!