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


Groups > comp.lang.python > #75811

Re: converting ISO8601 date and time string representations to datetime

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 <skip.montanaro@gmail.com>
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 <CAPM-O+x-J7AP7b6ZQ8ZEMptLPv7nqJcYjQ4mGmhMw2xxO6z_qg@mail.gmail.com>
References <mailman.12480.1406833307.18130.python-list@python.org> <roy-7E7423.19300831072014@news.panix.com> <53DB3931.8070406@biologie.uni-freiburg.de> <8738df7gav.fsf@gmail.com> <CAPM-O+x-J7AP7b6ZQ8ZEMptLPv7nqJcYjQ4mGmhMw2xxO6z_qg@mail.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 <skip@pobox.com>
To Joel Goldstick <joel.goldstick@gmail.com>
Content-Type text/plain; charset=UTF-8
Cc "python-list@python.org" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12709.1407351933.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Aug 6, 2014 at 1:31 PM, Joel Goldstick <joel.goldstick@gmail.com> wrote:
> Among other features it lists this: Gaps in functionality: ISO-8601
> parsing, timespans, humanization

What is "humanization"?

Skip

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


Thread

Re: converting ISO8601 date and time string representations to datetime Albert-Jan Roskam <fomcl@yahoo.com> - 2014-07-31 11:59 -0700
  Re: converting ISO8601 date and time string representations to datetime Roy Smith <roy@panix.com> - 2014-07-31 19:30 -0400
    Re: converting ISO8601 date and time string representations to datetime Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-08-01 08:52 +0200
    Re: converting ISO8601 date and time string representations to datetime Akira Li <4kir4.1i@gmail.com> - 2014-08-02 06:53 +0400
    Re: converting ISO8601 date and time string representations to datetime Joel Goldstick <joel.goldstick@gmail.com> - 2014-08-06 14:31 -0400
    Re: converting ISO8601 date and time string representations to datetime Skip Montanaro <skip@pobox.com> - 2014-08-06 14:05 -0500
    Re: converting ISO8601 date and time string representations to datetime Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-11 23:57 +0100

csiph-web