Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.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.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'meeting,': 0.07; 'cc:addr :python-list': 0.10; 'wed,': 0.15; 'clocks': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ignored,': 0.16; 'seconds,': 0.16; 'utc': 0.16; 'utc,': 0.16; 'wrote:': 0.16; 'case.': 0.18; 'differ': 0.18; 'instance,': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'clock': 0.22; 'am,': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'year,': 0.24; 'second': 0.24; 'message-id:@mail.gmail.com': 0.28; "i'm": 0.29; 'about.': 0.29; 'concern': 0.29; 'themselves': 0.29; 'that.': 0.30; 'seconds': 0.31; 'received:google.com': 0.34; 'exist': 0.35; 'but': 0.36; 'scheduled': 0.36; 'so,': 0.37; 'subject:: ': 0.37; 'difference': 0.38; 'end': 0.39; 'subject:-': 0.39; 'share': 0.60; 'your': 0.60; 'more': 0.62; 'hours': 0.63; 'between': 0.65; 'virtually': 0.66; 'jul': 0.72; 'calculations': 0.84; 'chrisa': 0.84; 'fortunately,': 0.84; 'humans': 0.84; 'glad': 0.86; 'to:none': 0.90; 'scheduling': 0.91 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=oVQqDvqKLHHKzVmnggoCie5xWa2PwBy64qlLcdyDlUY=; b=HFW1yXEUD8cThAV+k3oSbyXhBfJtphb9btCX8u+Y8nmzsBYimlys6IZOxzIjWlnEZX 8xLPGLxH8eBRjyndljvYgZ/XgPWE6d2HMX+obPFJjKlQ1cBi1Z7giW8A+YcCb4OH4W+D Rhwde4x9+wYSd4tETjRK2nUxn3TqR4O14TWsBfsWTsHQYAI7XTkAR3juwkmPmOp2iJXT RNX3z9Ng5Yj489XL8imOxiy5JM7BVi7JQy6nvtfdpF576avh4qxuaJexny+G71H4BHET d2tiMrbk75eJFtpLNF4hn7s8eXtRy0OyWSGY8eyTa7NvOKf88w6MZgLyiRr1op1+Bq0w 9f2Q== MIME-Version: 1.0 X-Received: by 10.50.143.104 with SMTP id sd8mr25495396igb.14.1435683356235; Tue, 30 Jun 2015 09:55:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 1 Jul 2015 02:55:56 +1000 Subject: Re: Matplotlib X-axis timezone trouble 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.20+ 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435683359 news.xs4all.nl 2832 [2001:888:2000:d::a6]:59177 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93342 On Wed, Jul 1, 2015 at 2:42 AM, Peter Pearson wrote: > I'm just glad I don't have to worry about the distinctions among > UTC, GMT, TAI, and UT1. Fortunately, that's often the case. GMT can be ignored, and the other three differ by less seconds than most humans ever care about. If you're scheduling a meeting, for instance, nobody's going to care if your clocks differ by 36 seconds, which is as much as TAI and UTC will differ in a few hours (there's a leap second scheduled for midnight at the end of June 30th this year, and as my clock is now showing July, it'll be happening soon). The difference between UTC and UT1 is insignificant to virtually all humans, given that it's never more than a single second; it's only high-precision calculations that ever need concern themselves with that. So, yep! I share your gladness. Distinctions exist but most of us don't have to worry about them. ChrisA