코딩/Discord.py (1) 썸네일형 리스트형 [discord.py] DeprecationWarning datetime utc 오류 해결 *내용에 오류가 있는 경우 "댓글" 남겨주세요.[ 오류 메세지 ]DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). [ 오류 메세지 설정 ]이 오류 메시지는 datetime.datetime.utcnow() 함수가 더 이상 권장되지 않으며, 미래 버전에서 제거될 예정이라는 경고입니다.대신 UTC 시간을 나타내는 데에는 시간대 인식(datetime-aware) 객체를 사용하라는 뜻입니다.시간대 인식 객.. 이전 1 다음