📅  最后修改于: 2022-03-11 14:46:31.040000             🧑  作者: Mango
from datetime import datetime
print datetime.strptime(modifiedTime[4:], "%Y%m%d%H%M%S").strftime("%d %B %Y %H:%M:%S")
# prints something like 01 January 1970 09:30:01