How do I add 18 seconds to an ISO-8601 String in Python?

Michael Torrie torriem at gmail.com
Sat Jan 23 21:44:38 EST 2016


On 01/23/2016 07:22 PM, Robert James Liguori wrote:
> Thank you so much!  Btw, how do I convert back to ISO-8301?

Have a look at the documentation for the datetime module.  The docs will
tell you how you can convert to a string, formatted to your
specifications and needs.  As always, the documentation should be the
first place you look, followed by internet searches.




More information about the Python-list mailing list