Thoughts
People complain about JS's date support but I have a date in the form "Sun Jun 07 06:57:25 2020" and Python just won't handle it.
Only ISO dates in Python I guess. Going to have to like call out to JS or something I don't know.
Edit: nevermind I missed `strptime`