2010-11-05 86 views

回答

2
t = time.strptime("Wed Nov 03 17:14:17 PDT 2010", "%a %b %d %H:%M:%S %Z %Y") 
time.strftime("%Y-%m-%d %H:%M:%S", t)