Message226857
if PEP 431 is implemented (or anything that gives access to zoneinfo)
then strptime could extend the list of timezones it accepts (utc +
local timezone names) to include names from the tz database:
import pytz # $ pip install pytz
{tzname for tz in map(pytz.timezone, pytz.all_timezones)
for _, _, tzname in getattr(tz, '_transition_info', [])}
It includes EST. |
|
Date |
User |
Action |
Args |
2014-09-13 23:35:15 | akira | set | recipients:
+ akira, belopolsky, r.david.murray, cool-RR |
2014-09-13 23:35:15 | akira | set | messageid: <1410651315.07.0.108395405731.issue22377@psf.upfronthosting.co.za> |
2014-09-13 23:35:15 | akira | link | issue22377 messages |
2014-09-13 23:35:14 | akira | create | |
|