Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Skip Montanaro Newsgroups: comp.lang.python Subject: Re: Missing something about timezones Date: Mon, 14 Mar 2016 10:32:23 -0500 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 7Oo3zAEmaxRp0/7nD11qywb3ECXCmrFvBLVOLtCwzNjA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'that?': 0.05; 'cc:addr :python-list': 0.09; '10:26': 0.16; '2016': 0.16; 'cc:name:python': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'skip': 0.18; 'thanks.': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'chicago': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'message- id:@mail.gmail.com': 0.27; '14,': 0.27; 'asked': 0.29; 'relative': 0.30; 'supposed': 0.31; 'received:google.com': 0.35; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'received:209': 0.38; 'received:209.85.220': 0.38; 'why': 0.39; "didn't": 0.39; 'some': 0.40; 'mar': 0.65; 'savings.': 0.66; 'account': 0.66 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:to :cc; bh=1sLXLyVfzzAVrqa0LLO4QzzdXdsAkLroyCUvNCD+aPM=; b=WpT+2rnPPkdr44XxI5Wt9Azf9eYAPB7hxI/3AoTePXIoDec0cShNczN8oT4tTqqp+N IxMFRX9JPnKJd4qSOXMBo9jnpNuAIO1/7GZBBmTD/Y1/uNzeraL5Gs1bUg/US45PfwSH bJnyXJci3Xmj5roqjiPHsSnaNSK3Mhy4T9PY+C6t7TeCQX5UD2+nETB5qvtWfIi6KLPO fPqhP3UIeTlyqG49BOechMjbUjdMJGfLI0GUJlNDRU1N1ByuHxzMd6u7LvxvisLBzRRh TNe0dVU4YlpatW+WQmMBC7+BIfX7Eze4Urx15wtSLr5dutnYkL2BYaRNA/cY/TIRRCeA BH5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=1sLXLyVfzzAVrqa0LLO4QzzdXdsAkLroyCUvNCD+aPM=; b=Fhrtu6SI7y9r3YtCH9iauu/AjU51+ngTQ9Adz5uF3jAB0ZljbFgj/CWFE5RsWRWErI QxWvadddRuH40tOptkWT7Py4jhXfoh66NyaW7C6ABKJWMsfARhPP1HPcl+uM1ni/IXZg 8gyLixi5dVtw/WS0l+Y/jDjAiXftNIPi7wQkyUaQ0MfLfcn89Plg+oBuI/pWn+N9UNME 0KzvlKhOGFy+udgoKuIUPsM7mdjlkmBVxnrtPpqe11Ea9rWaruw/Wv0tZlkNy8aODQY+ dVFhyNrwgrHXZQ17OF0fF1BWwxubwiV9asoymEohZwaop2keqL5+gFD/QYUltqeNCPFA e7cQ== X-Gm-Message-State: AD7BkJLU3y/gup69A8egsI862tOqw9/uioU+wuEvVzfAQJhnJw3eEZCaRzbFX765jhyAhCcGFuNaa9WNtjsGzA== X-Received: by 10.55.79.5 with SMTP id d5mr20608698qkb.30.1457969543225; Mon, 14 Mar 2016 08:32:23 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104828 On Mon, Mar 14, 2016 at 10:26 AM, Ian Kelly wrote: > Why should it? You only asked pytz for the Chicago timezone. You > didn't ask for it relative to any specific time. Thanks. I thought using America/Chicago was supposed to automagically take into account transitions into and out of Daylight Savings. Is there some way to get that? Skip