import pytz. now = datetime.now(). print now. tz = pytz.timezone('America/New_York'). nyNow = datetime.now(tz). print nyNow.
確定! 回上一頁