Python 相關備忘

Python 相關備忘:python


  1. 將UTC時間轉換爲帶有TZ格式的標準時間:ide

now_time = datetime.datetime.utcnow()+datetime.timedelta(hours=8)
now_time.strftime('%Y-%m-%dT%H:%M:%S.%f%z')
相關文章
相關標籤/搜索