python 时间规范化

from datetime import datetime

print datetime.strptime('February 24, 2014 23:35:00','%B %d, %Y %H:%M:%S')

你可能感兴趣的:(python 时间规范化)