import pytz mytz = pytz.timezone('Asia/Taipei') mytime = datetime.datetime.now().replace(tzinfo=mytz) print(mytime).
確定! 回上一頁