In python how can I simply convert an integer of seconds into (h:m:s) using the datetime module?
i.e. 500000 ---> 138:53:20
Please, no tuple hackery.
In python how can I simply convert an integer of seconds into (h:m:s) using the datetime module?
i.e. 500000 ---> 138:53:20
Please, no tuple hackery.