Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60877 > unrolled thread
| Started by | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| First post | 2013-12-02 12:31 -0500 |
| Last post | 2013-12-02 12:31 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-12-02 12:31 -0500 |
| Subject | Re: I look for a list to convert time zone abbreviation to full time zone in python |
| Message-ID | <mailman.3470.1386005491.18130.python-list@python.org> |
[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 top | Article view | comp.lang.python
csiph-web