import os import time import datetime filePath=r"C:pyweibocookies5673210223" ctime=os.path.getctime(filePath) create=datetime.datetime.fromtimestamp(ctime)+datetime.timedelta(days=+1)#日期加1 nowdate=datetime.datetime.now() print(create)