utc時間和local 時間互轉

python  python 1.utc 時間和 local 時間互轉ide #utc 轉本地時間code def utcFlocaltime(utc_time):         utc_time =  utc_time + datetime.timedelta(hours=8)         return utc_time.strftime("%Y-%m-%d %H:%M:%S") #本地
相關文章
相關標籤/搜索