yoavaviram / python-amazon-simple-product-api

A simple Python wrapper for the Amazon.com Product Advertising API ⛺
Apache License 2.0
817 stars 212 forks source link

Wrong timestamp #108

Open parvsaxena opened 7 years ago

parvsaxena commented 7 years ago

I am a user from india. On calling amazon = AmazonAPI(aws_secret=secret_key,aws_associate_tag=assoc_id,aws_key=access_key,region='in') the amazon server returns the error that timestamp has expired. And I found out that the function AmazonAPI is creating the same timestamp on every call: 2017-03-26T07:11:000Z , when i run the script. Please can someone help me with that ?

yoavaviram commented 6 years ago

Can you help me recreate the issue?