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


Groups > comp.lang.python > #93342

Re: Matplotlib X-axis timezone trouble

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 <rosuav@gmail.com>
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 <cvfv6rF2irmU1@mid.individual.net>
References <cve7ppFk1viU1@mid.individual.net> <mailman.179.1435630294.3674.python-list@python.org> <cvele1Fmra9U1@mid.individual.net> <mailman.181.1435647684.3674.python-list@python.org> <cvfv6rF2irmU1@mid.individual.net>
Date Wed, 1 Jul 2015 02:55:56 +1000
Subject Re: Matplotlib X-axis timezone trouble
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <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.197.1435683359.3674.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Jul 1, 2015 at 2:42 AM, Peter Pearson <pkpearson@nowhere.invalid> 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

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


Thread

Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-06-30 00:56 +0000
  Re: Matplotlib X-axis timezone trouble Laura Creighton <lac@openend.se> - 2015-06-30 04:03 +0200
    Re: Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-06-30 04:57 +0000
  Re: Matplotlib X-axis timezone trouble Chris Angelico <rosuav@gmail.com> - 2015-06-30 12:11 +1000
    Re: Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-06-30 04:49 +0000
      Re: Matplotlib X-axis timezone trouble Chris Angelico <rosuav@gmail.com> - 2015-06-30 17:01 +1000
        Re: Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-06-30 16:42 +0000
          Re: Matplotlib X-axis timezone trouble Chris Angelico <rosuav@gmail.com> - 2015-07-01 02:55 +1000
  Re: Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-07-01 05:50 +0000
    Re: Matplotlib X-axis timezone trouble Chris Angelico <rosuav@gmail.com> - 2015-07-01 17:15 +1000
      Datetime timezone trouble (was: Matplotlib X-axis timezone trouble) Peter Pearson <pkpearson@nowhere.invalid> - 2015-07-01 16:36 +0000
        Re: Datetime timezone trouble (was: Matplotlib X-axis timezone trouble) Ian Kelly <ian.g.kelly@gmail.com> - 2015-07-01 10:55 -0600
          Re: Datetime timezone trouble (was: Matplotlib X-axis timezone trouble) Peter Pearson <pkpearson@nowhere.invalid> - 2015-07-01 19:09 +0000
        Re: Datetime timezone trouble (was: Matplotlib X-axis timezone trouble) Chris Angelico <rosuav@gmail.com> - 2015-07-02 03:08 +1000
  Re: Matplotlib X-axis timezone trouble Akira Li <4kir4.1i@gmail.com> - 2015-07-04 07:29 +0300
    Re: Matplotlib X-axis timezone trouble [SOLVED] Peter Pearson <pkpearson@nowhere.invalid> - 2015-07-04 17:37 +0000
  Re: Matplotlib X-axis timezone trouble Tony the Tiger <tony@tiger.invalid> - 2015-07-09 19:50 +0000
    Re: Matplotlib X-axis timezone trouble Peter Pearson <pkpearson@nowhere.invalid> - 2015-07-10 16:15 +0000

csiph-web