DATETIME description in help
Should be useful description for people like me who found it in the code because of lack explanation in a help.
PS Thanks for great tool. Would be great if you give a brief description about how to use it as a library.
That's a very esoteric explanation, it'll just look like gibberish to new people in my opinion.
Yeah, this is probably only helpful to people who have worked with strftime or an equivalent function before. But I guess it's as close as it gets to a common and compact date format ... format. Perhaps this is better suited for the (soon™-coming) documentation instead? It's also incomplete, by the way; --since accepts Unix timestamps as well.
I've copy-pasted it exactly from 172 line in _cli.py. I guess we all strive to develop and use better software with at least clear explained help. I use it this way snscrape --since $(date -d '-1 day' '+%Y-%m-%d'). I didn't know another way if not to find time format in the code. It's seems much more "gibberish to new people in my opinion." then any help, isn't it ?