Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60877
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.041 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'python.': 0.02; 'append': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'url:download': 0.12; 'dict': 0.16; 'subject: \n ': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'module': 0.19; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'twitter:': 0.31; 'url:python': 0.33; 'blog:': 0.33; 'subject:time': 0.33; 'convert': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; "didn't": 0.36; 'possible': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'list': 0.37; 'url:library': 0.38; 'url:mail': 0.40; 'full': 0.61; 'information': 0.63; 'for:': 0.64; 'klein': 0.68; 'url:info': 0.73; 'informations': 0.74; 'joel': 0.91; 'to:addr:contact': 0.91; '2013': 0.98 |
| 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:content-type; bh=Xx+ncbFDqqgejyXaoaiy5D2DY9pU9LEHSHgGlRjE6oI=; b=ntNOcwxam5ZoEW+U9F0wFvu6ft9WqFhWgGc+E3nkABjwYOUwp+znyTZdupfACHjIL1 wdBHM6xKzZi4HPc9e/vkkDe6ZVJsxfeWwfA72qu68X/17fWrmkmOytKbOHD4KNmi3dKz 2K9yURaAdrma3Ke29YVkiQuGWib9M0t6+li3dlTqVyB0NaNezvLvz25PhXcpOxHaSlDJ cifs5ed8sR6eKpVnpr8quGpMSX8qUTdGG3SMf5JZ+KR+A+LRBXsqvRo+t+uPbqb53Qn8 1HWU/LBR3ae9Y2TnNYmBcrpXoKBGlepx8o+twInsHdbjFs6wzOVBOVFdcbVY1p7qTwrx qygA== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.11.73 with SMTP id o9mr53124103veb.8.1386005482398; Mon, 02 Dec 2013 09:31:22 -0800 (PST) |
| In-Reply-To | <l7ibsg$m9g$1@ger.gmane.org> |
| References | <l7ibsg$m9g$1@ger.gmane.org> |
| Date | Mon, 2 Dec 2013 12:31:22 -0500 |
| Subject | Re: I look for a list to convert time zone abbreviation to full time zone in python |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | Stéphane Klein <contact@stephane-klein.info> |
| Content-Type | multipart/alternative; boundary=047d7b2ed3416f6cb904ec908c7a |
| Cc | "python-list@python.org" <python-list@python.org> |
| 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.3470.1386005491.18130.python-list@python.org> (permalink) |
| Lines | 110 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1386005491 news.xs4all.nl 15990 [2001:888:2000:d::a6]:56199 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60877 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Mon, Dec 2, 2013 at 11:18 AM, Stéphane Klein <contact@stephane-klein.info > wrote: > Hi, > > I would like to convert time zone abbreviation to full time zone in Python. > > I've found this information : > > * > > http://stackoverflow.com/questions/1703546/parsing-date-time-string-with-timezone-abbreviated-name-in-python > > I'm currently writing dict with this informations : > http://www.timeanddate.com/library/abbreviations/timezones/ > > Questions : > > * are there the same list somewhere (I didn't found in pytz) ? > * is it possible to append this list in pytz or in standard python date > module ? > Is this what you are looking for: http://timezonedb.com/download > > Best regards, > Stephane > -- > Stéphane Klein <contact@stephane-klein.info> > blog: http://stephane-klein.info > Twitter: http://twitter.com/klein_stephane > cv: http://cv.stephane-klein.info > > -- > https://mail.python.org/mailman/listinfo/python-list > -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: I look for a list to convert time zone abbreviation to full time zone in python Joel Goldstick <joel.goldstick@gmail.com> - 2013-12-02 12:31 -0500
csiph-web