Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:string': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'aug': 0.22; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'skip': 0.24; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'lists': 0.32; 'subject:time': 0.33; 'received:google.com': 0.35; 'pm,': 0.38; 'to:addr:gmail.com': 0.65; 'joel': 0.91; 'gaps': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tsToPyW6vhRfUxbuCH0dCOVy6bzC3ux0l75NEV2p2E8=; b=d2XRpzNhGOxIR3sLsUFOVidV1g3P1ClEOTzsMxnPzaJdo8OzqznsPNTX4YdC1Qe+PP CSap2SkzdqwF99gvAYaRbfIUmJ84rYNnxh6xbQyRRVgsIPYMx7eJgb0mGM1Rg5qpi+mr OYz4tYG4HG2DLcnAIKXii3Se1b0SR9i80wOz1BDjKHYTBffIWLdy5e5xDu7kGIrd4Bft mEI8oMpp71w/yayjlfgNgoWoRTKG8PZIdc9kT5pWLESyTMHviWayWifNKoCgJwF59G1C 7JMqA3wV/zHjKlr10JskLssheRGUF/pU3yhelu8ahelacVgT4V6yAVQrpnWQK/ogoqVh 2dQg== MIME-Version: 1.0 X-Received: by 10.50.78.167 with SMTP id c7mr23620626igx.6.1407351930068; Wed, 06 Aug 2014 12:05:30 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: <53DB3931.8070406@biologie.uni-freiburg.de> <8738df7gav.fsf@gmail.com> Date: Wed, 6 Aug 2014 14:05:29 -0500 X-Google-Sender-Auth: clfp-61kDz8qXmIAcFRd-FD7aIs Subject: Re: converting ISO8601 date and time string representations to datetime From: Skip Montanaro To: Joel Goldstick Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" , Akira Li <4kir4.1i@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407351933 news.xs4all.nl 2834 [2001:888:2000:d::a6]:37629 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75811 On Wed, Aug 6, 2014 at 1:31 PM, Joel Goldstick wrote: > Among other features it lists this: Gaps in functionality: ISO-8601 > parsing, timespans, humanization What is "humanization"? Skip