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 belopolsky
Recipients belopolsky, gvanrossum
Date 2015-09-04.19:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441395008.08.0.223643938365.issue24954@psf.upfronthosting.co.za>
In-reply-to
Content
This request is similar to (if not a duplicate of) issue 15873.

Gnu date uses the following extensions to %z instruction of strftime/strptime:

       %z     +hhmm numeric timezone (e.g., -0400)

       %:z    +hh:mm numeric timezone (e.g., -04:00)

       %::z   +hh:mm:ss numeric time zone (e.g., -04:00:00)

       %:::z  numeric time zone with : to necessary precision (e.g., -04, +05:30)

I think it is reasonable to add those to python.
History
Date User Action Args
2015-09-04 19:30:08belopolskysetrecipients: + belopolsky, gvanrossum
2015-09-04 19:30:08belopolskysetmessageid: <1441395008.08.0.223643938365.issue24954@psf.upfronthosting.co.za>
2015-09-04 19:30:08belopolskylinkissue24954 messages
2015-09-04 19:30:07belopolskycreate