Instead of datetime.utcnow() , try datetime.now(timezone.utc) as mentioned in this answer. Example below: import datetime #prints current ...
確定! 回上一頁