]> granicus.if.org Git - python/commit
formatdate(): The calculation of the minutes part of the zone was
authorBarry Warsaw <barry@python.org>
Mon, 19 Nov 2001 16:28:07 +0000 (16:28 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 19 Nov 2001 16:28:07 +0000 (16:28 +0000)
commitcd45a36959f3a8a74731c7dc25fee95108198e7d
treeb5fdaa06587299560d4b498d021b3f7a4eee1c41
parentfba64e1ecaa62799ee62e5c9988d2496ed6125d0
formatdate(): The calculation of the minutes part of the zone was
incorrect for "uneven" timezones.  This algorithm should work for even
timezones (e.g. America/New_York) and uneven timezones (e.g.
Australia/Adelaide and America/St_Johns).

Closes SF bug #483231.
Lib/email/Utils.py