upyun / python-sdk

UPYUN Python SDK
117 stars 29 forks source link

modify httpdate_rfc1123 function use datetime strftime #12

Closed ficapy closed 9 years ago

ficapy commented 9 years ago

简洁一点

yejingx commented 9 years ago

:+1:

timebug commented 9 years ago

当初是“故意”这么做的,具体请查看 #3,strftime 函数会有区域问题。

ficapy commented 9 years ago

然来如此~~ 那得这样改了Orz

dt.strftime('{0}, {1} %b %Y %H:%M:%S GMT').format(weekday, month)