Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Easy Python Time Parsing (github.com/felixnext)
21 points by felixnext 4 days ago | hide | past | favorite | 2 comments
I recently build a python time-parser that can parse most formats in a single line. Might be useful to some here. (Also happy to hear feedback and feature requests)




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!



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: