It turns out in Python 2.7 datetime.strftime can’t handle dates before 1900. e.g.
ValueError: year=1066 is before 1900; the datetime strftime() methods require year >= 1900
on web development.
It turns out in Python 2.7 datetime.strftime can’t handle dates before 1900. e.g.
ValueError: year=1066 is before 1900; the datetime strftime() methods require year >= 1900