Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.046 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.01; 'alias': 0.09; 'url:github': 0.09; 'works.': 0.09; 'subject:question': 0.10; 'cc:addr:python-list': 0.11; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'then.': 0.30; 'message- id:@mail.gmail.com': 0.30; '25,': 0.31; 'guess': 0.33; 'subject:time': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'name': 0.63; 'mar': 0.68; '2015': 0.84; 'meyer': 0.84; 'subject:savings': 0.84; 'url:master': 0.84; '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=s/8Ed+FO17NwNnZHzKaFR3vNGgmckD3JdRtNmy4BCdE=; b=pSPYS1fAwmb0Oom4zsNDigCisSv8CUsceXHg88slwLIctdC+epOZKukepPyqQcGZrh n9mo/sTFyvRLNihzJC9TC26xlE0AVgVxGCrjLM4PbGypBMgVDCcWRJer5dLFWapOt/mq TjYNQ2yKo8hvgz3h/dBx1gpKfu/HOWwU/WiA1EVMVlve28Y0Aib/YAUT5wX7FSKzxvqC RUh5ii8wyZ5hTtJqrEtqxRgw1g2rV6PVFIwlRyA4JclgzAfs8Odh+E55DkWfW7SHY0WC Re/fEaKu992WQkO+Kd/i4KMb5/Rc+mg2wwr6F9cHeCp38kTr3I0heIj2R8WnCKJjIQy5 v4mA== MIME-Version: 1.0 X-Received: by 10.50.61.175 with SMTP id q15mr28317290igr.34.1427273776734; Wed, 25 Mar 2015 01:56:16 -0700 (PDT) In-Reply-To: <5511F0BD.1010504@oddbird.net> References: <5511F0BD.1010504@oddbird.net> Date: Wed, 25 Mar 2015 19:56:16 +1100 Subject: Re: Daylight savings time question 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.19 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427274158 news.xs4all.nl 2907 [2001:888:2000:d::a6]:45703 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87939 On Wed, Mar 25, 2015 at 10:18 AM, Carl Meyer wrote: > US/Pacific is an alias for America/Los_Angeles, and is also part of the > Olson database (though I guess it's considered an "old" name for the > timezone): https://github.com/eggert/tz/blob/master/backward Ah, okay. No problem then. If it works, it works. ChrisA