I added support for many more formats to and released a command-line version.
$ pipx install strptime-cli
$ strptime "Tue, 12 Nov 2024 09:50:24"
%a, %d %b %Y %H:%M:%S
The next time you run across a date/time string you need to parse in #Python, try it out!
Find your strptime/strftime format
Tired of looking up the format codes you need for datetime formatting and parsing in Python? Quickly figure out the whole format string you need fo...
