Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33940>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to