(Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
time.strtime("%Y") returned "2345" when formatting year 12345.
Showing
Please register or sign in to comment
time.strtime("%Y") returned "2345" when formatting year 12345.