I'm using flask-peewee, and I'm trying to run a query and filter by a DateTime field. However something like this does not seem to work:
http://127.0.0.1:5000/api/obj/?group=1&at_date=Thu,%2021%20Jul%202016%2012:28:29%20GMT
Nor do the other formats I tried. Any ideas?