upyun / python-sdk

UPYUN Python SDK
117 stars 29 forks source link

日期格式 #3

Closed luoruici closed 11 years ago

luoruici commented 11 years ago

签名内容时的日期必须是RFC 1123的格式 在__do_http_request方法里:

dt = datetime.datetime.utcnow().strftime('%a, %d %b %Y %H:%M:%S GMT')

那么对于不同的Locale生成的字符串不相同:

一, 24  6 2013 06:25:37 GMT

于是请求签名失败了