再來是timestamp 是要轉成local time, datetime.fromtimestamp(ts) 這樣就可以得到localtime了~. 如果是要從localtime轉成utc time的話.那就需要用 d = datetime.now()
確定! 回上一頁