We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
签名内容时的日期必须是RFC 1123的格式 在__do_http_request方法里:
__do_http_request
dt = datetime.datetime.utcnow().strftime('%a, %d %b %Y %H:%M:%S GMT')
那么对于不同的Locale生成的字符串不相同:
一, 24 6 2013 06:25:37 GMT
于是请求签名失败了
The text was updated successfully, but these errors were encountered:
d7345ad
timebug
No branches or pull requests
签名内容时的日期必须是RFC 1123的格式
在
__do_http_request
方法里:那么对于不同的Locale生成的字符串不相同:
于是请求签名失败了
The text was updated successfully, but these errors were encountered: