python3 datetime計算方法

ユーザーが新規登録した時間から半年ぐらいでトークンを切らしたいなと思って計算しました from datetime import datetime, timedelta datetime.utcnow() + timede …