boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MalformedInput: Bad Request timestamp must follow ISO8601

pinghajen opened this issue · comments

I get this error MalformedInput: Bad Request timestamp must follow ISO8601 when running this code mws.list_orders(CreatedAfter=['2019-11-01T04%3A00%3A00Z'], MarketplaceId=marketplace_id) This timestamp is exactly what the MWS Scratchpad used. Other requests work fine.

My boto version is 2.49.0