1 print(time.strptime(account_data['expire_date'], "%Y-%m-%d"))#把%Y-%m-%d格式的换成元组格式 2 print(time.mktime(time.strptime(account_data['expire_date'], "%Y-%m-%d")))#把元组格式的换成时间戳