Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60875
| From | Stéphane Klein <contact@stephane-klein.info> |
|---|---|
| Subject | I look for a list to convert time zone abbreviation to full time zone in python |
| Date | 2013-12-02 17:18 +0100 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3469.1386001126.18130.python-list@python.org> (permalink) |
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 ? 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
I look for a list to convert time zone abbreviation to full time zone in python Stéphane Klein <contact@stephane-klein.info> - 2013-12-02 17:18 +0100
csiph-web