The Python Oracle

How do I convert seconds to hours, minutes and seconds?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001

--

Chapters
00:00 Question
00:28 Accepted answer (Score 1137)
00:42 Answer 2 (Score 697)
01:10 Answer 3 (Score 95)
01:50 Answer 4 (Score 72)
02:38 Thank you

--

Full question
https://stackoverflow.com/questions/7750...

Accepted answer links:
[datetime.timedelta]: https://docs.python.org/library/datetime...

Answer 2 links:
[divmod()]: http://docs.python.org/library/functions...
[string formatting]: https://stackoverflow.com/a/134951/49361...

Answer 3 links:
[time.strftime]: https://docs.python.org/2/library/time.h...
[gmtime]: https://docs.python.org/2/library/time.h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #datetime

#avk47