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 Raghunath Lingutla
Recipients Raghunath Lingutla
Date 2018-06-22.12:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529672249.4.0.56676864532.issue33940@psf.upfronthosting.co.za>
In-reply-to
Content
Python3.6 module datetime.strptime didn't have directive to convert date values having Era designator (AD or BC) and time zone (Ex: EST, PST, -07:00)

Below are few example for date values which are not supported

2018-04-14 12:08:56 EST

2018-05-23 11:03:43 PST

2017-12-24 AD 12:08:56

2018-05-23 11:03:43 +05:30
History
Date User Action Args
2018-06-22 12:57:29Raghunath Lingutlasetrecipients: + Raghunath Lingutla
2018-06-22 12:57:29Raghunath Lingutlasetmessageid: <1529672249.4.0.56676864532.issue33940@psf.upfronthosting.co.za>
2018-06-22 12:57:29Raghunath Lingutlalinkissue33940 messages
2018-06-22 12:57:29Raghunath Lingutlacreate