我有以下代碼: import time
from datetime import date, datetime, timedelta
def getNextDay(last_day):
#Returns tomorrows timestamp at two times: 00:00 and 23:59
last_day = datetime.utcfromtimesta
我想在未來生成一些unix時間戳。因此我使用了像unixtimestamp.com這樣的發生器。但是當我使用例如任何生成的時間戳在鉻或Firefox的的console.log它產生不從現在的時間戳但是從1970年 實施例的時間戳: 1462277206是Unix時間戳星期二12年5月3日:格林威治標準時間06:46 但在控制檯new Date(1462277206)返回 Sat Jan 17 19