Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102066

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

From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: How do I add 18 seconds to an ISO-8601 String in Python?
Date 2016-01-23 19:44 -0700
Message-ID <mailman.192.1453603490.15297.python-list@python.org> (permalink)
References <8de7de19-9746-48f3-bded-d8bfb5c7dc22@googlegroups.com> <mailman.191.1453600551.15297.python-list@python.org> <7a830b9e-4acc-49ea-9863-498163a20a5f@googlegroups.com>

Show all headers | View raw


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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How do I add 18 seconds ISO-8301 String in Python? Robert James Liguori <gliesian66@gmail.com> - 2016-01-23 16:54 -0800
  Re: How do I add 18 seconds to an ISO-8601 String in Python? Ben Finney <ben+python@benfinney.id.au> - 2016-01-24 12:55 +1100
    Re: How do I add 18 seconds to an ISO-8601 String in Python? Robert James Liguori <gliesian66@gmail.com> - 2016-01-23 18:01 -0800
    Re: How do I add 18 seconds to an ISO-8601 String in Python? Robert James Liguori <gliesian66@gmail.com> - 2016-01-23 18:03 -0800
    Re: How do I add 18 seconds to an ISO-8601 String in Python? Robert James Liguori <gliesian66@gmail.com> - 2016-01-23 18:22 -0800
      Re: How do I add 18 seconds to an ISO-8601 String in Python? Michael Torrie <torriem@gmail.com> - 2016-01-23 19:44 -0700
      Re: How do I add 18 seconds to an ISO-8601 String in Python? Ben Finney <ben+python@benfinney.id.au> - 2016-01-24 16:26 +1100

csiph-web