Python 相關備忘:python
將UTC時間轉換爲帶有TZ格式的標準時間:ide
now_time = datetime.datetime.utcnow()+datetime.timedelta(hours=8) now_time.strftime('%Y-%m-%dT%H:%M:%S.%f%z')