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 Raghunath Lingutla, belopolsky, p-ganssle, xtreak
Date 2018-10-29.17:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540833843.59.0.788709270274.issue33940@psf.upfronthosting.co.za>
In-reply-to
Content
Since the Python datetime only supports dates within 0001-01-01 through 9999-12-31 range, it is not clear how we can meaningfully support the AD/BC era designation.

Looking at man strftime page on my Mac, I see that they use every upper an lower case letter as a valid format specifier, but they still not have a letter code for AD/BC.  In the "BUGS" section they humorousely complain that "There is no conversion specification for the phase of the moon" which makes me think that the moon phase designations are higher on some people agenda than the era designations.
History
Date User Action Args
2018-10-29 17:24:03belopolskysetrecipients: + belopolsky, p-ganssle, xtreak, Raghunath Lingutla
2018-10-29 17:24:03belopolskysetmessageid: <1540833843.59.0.788709270274.issue33940@psf.upfronthosting.co.za>
2018-10-29 17:24:03belopolskylinkissue33940 messages
2018-10-29 17:24:03belopolskycreate