Tagged Questions

19
votes
6answers
21k views

Python format timedelta to string

I'm a python newbie (2 weeks) and I'm having trouble formatting a datetime.timedelta object. Here's what I'm trying to do. I have a list of objects and one of the members of the class of the object ...