can't parse EDT timezone

Bug #599856 reported by Nathan Van Gheem
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DateTime
Fix Released
Low
Unassigned

Bug Description

The DateTime module can't seem to parse the EDT timezone. This can be fixed by adding EDT to the _old_zmap and _old_zlist values in the pytz_support.py file.

>>> 'edt' : 'GMT-0400'

should be added to _old_zmap and just 'EDT' should be in _old_zlist I believe.

Any opposition? Otherwise, I'll commit this.

Revision history for this message
Andreas Jung (ajung) wrote :

I think the fix is fine.

Changed in datetime:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Nathan Van Gheem (vangheem) wrote :

fix committed to r113985.

Changed in datetime:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.