Holen Sie sich die Zeit von 1 Minute später in Python
now = datetime.datetime.now()
now_plus_10 = now + datetime.timedelta(minutes = 10)
Uptight Unicorn
now = datetime.datetime.now()
now_plus_10 = now + datetime.timedelta(minutes = 10)