This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2008-10-09.11:27:24
SpamBayes Score 0.0008690644
Marked as misclassified No
Message-id <1223551646.15.0.164355592546.issue4086@psf.upfronthosting.co.za>
In-reply-to
Content
While responding to a c.l.py question just now I discovered that
numeric timezone offsets don't appear to be supported by either the
time.strftime function or the _strptime module.  I noticed on my
Mac's strftime(3) man page that it supports a %Z format for TZ
names and a %z format for numeric tz offsets.  It seems Python
should as well.
History
Date User Action Args
2008-10-09 11:27:26skip.montanarosetrecipients: + skip.montanaro
2008-10-09 11:27:26skip.montanarosetmessageid: <1223551646.15.0.164355592546.issue4086@psf.upfronthosting.co.za>
2008-10-09 11:27:25skip.montanarolinkissue4086 messages
2008-10-09 11:27:24skip.montanarocreate