21 points | by felixnext 6 days ago ago
2 comments
Python 3.14 adds strptime()
https://github.com/python/cpython/issues/41431
"The new constructor is equivalent to datetime(*(time.strptime(date_string, format)[0:6]))."
And it only took 20 years!
Python 3.14 adds strptime()
https://github.com/python/cpython/issues/41431
"The new constructor is equivalent to datetime(*(time.strptime(date_string, format)[0:6]))."
And it only took 20 years!