Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3a.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'delimited': 0.09; 'shame': 0.09; 'subject:language': 0.09; 'cc:addr:python-list': 0.11; '6th': 0.16; 'bind': 0.16; 'dig': 0.16; 'format?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:?)': 0.16; 'subject:unicode': 0.16; 'unambiguous': 0.16; 'wrote:': 0.18; 'year,': 0.18; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'commonly': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'skip:d 20': 0.34; 'could': 0.34; 'common': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'dates': 0.36; "i'll": 0.36; 'pm,': 0.38; 'anything': 0.39; 'more': 0.64; 'mar': 0.68; "today's": 0.70; 'subject:this': 0.83; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=Qj33l1V4eapZnmvbAyCBCqfBRYL5U7N3OniAZiYiNIY=; b=0gh0SO6i9WtqnHftwhHgFUtIglFRB6rjDt6RpkTn8KE6FEctXgCwGExIGZtyEm1lnX oJcOJaUr/9MvJ0py8oEDhVXOzuhnGeU9HZ/Ls1srxe4lOJohSwvVgAkZATEPQ6zeAOnZ 7uvdLMC2lBZNxHa3lEXjBid0B8icBadC6JTnUK456ABHBDjPuvP1s2YVxu/jdUFUnj0i PoQrdSqvom8eO/gzxCpbIAkrN2TnFDeEMEMz+mEmlKulS68KWydPDocH9vOYLcJcH4/f LU3QreQ8/iVjnDZE+SpyFXrDLAKQrSSNeGEL+MDW3y3KQqkbQ6mwcDCycZV+q4zXNOJE 94Ug== MIME-Version: 1.0 X-Received: by 10.66.181.70 with SMTP id du6mr76127483pac.23.1395731526577; Tue, 25 Mar 2014 00:12:06 -0700 (PDT) In-Reply-To: <53312a42$0$2756$c3e8da3$76491128@news.astraweb.com> References: <9daf0806-02de-4447-964c-c8f8953c23e5@googlegroups.com> <0b78649a-16b3-4410-8258-e859578d62be@googlegroups.com> <281c8ce1-4f03-4e93-b5cd-d45b85e89e7e@googlegroups.com> <53312a42$0$2756$c3e8da3$76491128@news.astraweb.com> Date: Tue, 25 Mar 2014 18:12:06 +1100 Subject: Re: Time we switched to unicode? (was Explanation of this Python language feature?) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395731529 news.xs4all.nl 2842 [2001:888:2000:d::a6]:35234 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68991 On Tue, Mar 25, 2014 at 6:03 PM, Steven D'Aprano wrote: > On Tue, 25 Mar 2014 17:19:10 +1100, Chris Angelico wrote: > >> I'll write today's date as 20140325 in some contexts.) Of them, >> y/m/d is both the clearest and the least commonly used; with a >> four-digit year, there's no way it could be confused for anything else. > > Shame on you Chris! Don't you know the One True Way to write unambiguous > dates is the ISO data format? > > 2014-03-25 Bah, BIND won't let me use ISO format! rosuav@sikorsky:~$ dig kepl.com.au soa +short gideon.rosuav.com. domainmaster.kepl.com.au. 2014030601 7200 3600 2419200 604800 Looks like I last edited that on the 6th inst. But yes, hyphens are more common than slashes for delimited ymd dates. ChrisA