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


Groups > comp.lang.python > #76539

Re: How to look up historical time zones by date and location

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <elearn2014@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.304
X-Spam-Level ***
X-Spam-Evidence '*H*': 0.55; '*S*': 0.16; 'output': 0.05; 'skip:` 10': 0.07; 'subject:How': 0.10; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; "skip:' 10": 0.31; 'subject:time': 0.33; 'received:google.com': 0.35; 'received:10': 0.37; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'back': 0.62; 'dear': 0.65; 'charset:windows-1252': 0.65; 'yes': 0.68; 'friends': 0.81; 'skip:| 10': 0.84; 'subject:location': 0.84; ',please': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=2FclLxPeqQY7wXACf+/nfZSf2YNCFRT9ZGNb8Tx8Si8=; b=K+OGQanhBFWUTGF4Xgkjs8q0Jt08sBHCDUkHawU4rrZlbCfMRMH04vJMk2lOWq6QPC LTgZN9AJ5WSrzPUzXI4cuSVPyYFR3bXcsy9nAZMl5e6B/y+aix51N+79gQUSLp3YBbVK U8fxvZPPpn9R70BHAJqxDYnwWZP2xeAKhQU3votXGYNQP+GW4ZxM90nIzwQuscSSMNCc bFVckN/v/EoR732r5oRlC/6lVyhYepN6B0rojYPGx80j2rg//qc1Dp8kQ0YqRilGSbiR FS6xY2rriePP5UU+Q5bvFRNSzsNnVTpNXPxLLHOu9oqnYNS2ORnyjwRjbY2Ry0fuJNll mCbw==
X-Received by 10.68.189.8 with SMTP id ge8mr39649663pbc.104.1408410027959; Mon, 18 Aug 2014 18:00:27 -0700 (PDT)
Date Tue, 19 Aug 2014 09:00:07 +0800
From luofeiyu <elearn2014@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version 1.0
To python-list@python.org
Subject Re: How to look up historical time zones by date and location
References <53F14971.3010209@gmail.com> <85mwb24h9o.fsf@benfinney.id.au> <53F1875F.4020109@gmail.com> <CAPTjJmrxAox15ZKSNR5HtbFJSBukK7GwKH91itLid8cNE8Nvsg@mail.gmail.com> <53F1FBCC.6060406@gmail.com> <mailman.13107.1408384942.18130.python-list@python.org> <lstqar$pg5$2@reader1.panix.com>
In-Reply-To <lstqar$pg5$2@reader1.panix.com>
Content-Type multipart/alternative; boundary="------------060408000408030009010502"
X-Mailman-Approved-At Tue, 19 Aug 2014 08:10:40 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.13129.1408428641.18130.python-list@python.org> (permalink)
Lines 35
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1408428641 news.xs4all.nl 2879 [2001:888:2000:d::a6]:38840
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76539

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

My dear  friends here, all i want is get   ` |LMT+8:06:00` from the 
output of tz1  `||<DstTzInfo 'Asia/Shanghai' LMT+8:06:00 STD>`|

Shall we get back to the main point?

If you are interested in it ,please say yes or no ,and how to do that ?

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


Thread

Re: How to look up historical time zones by date and location Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-18 11:53 -0600
  Re: How to look up historical time zones by date and location pecore@pascolo.net - 2014-08-18 21:47 +0200
  Re: How to look up historical time zones by date and location Grant Edwards <invalid@invalid.invalid> - 2014-08-18 21:14 +0000
    Re: How to look up historical time zones by date and location luofeiyu <elearn2014@gmail.com> - 2014-08-19 09:31 +0800
    Re: How to look up historical time zones by date and location luofeiyu <elearn2014@gmail.com> - 2014-08-19 09:00 +0800
    Re: How to look up historical time zones by date and location Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-19 10:25 -0600
      Re: How to look up historical time zones by date and location Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-19 17:44 +0000

csiph-web