python時區轉換

import pytz from datetime import datetime # 美國人vitor要在2018年7月31日和其在伊朗的同事ran開視頻會議,那麼ran應該在伊朗的當地時間幾點參加會議? # 將日期轉換爲datetime實例 usdate = datetime(2018,7, 31, 9, 30, 0) # 建立 central = pytz.timezone('US/Cen
相關文章
相關標籤/搜索