I\'m using the Paypal API and I get back a timestamp in the following format. It try to parse this to a datetime object using strptime, but I get the following error:
You have a typo. %M is used twice. You meant to use %m for the month. From the docs:
%M
%m
%m Month as a decimal number [01,12]. %M Minute as a decimal number [00,59].