Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Python3: RFC date 15 days from current date

  • 15-12-2021 08:10PM
    #1
    Registered Users, Registered Users 2 Posts: 5,754 ✭✭✭veryangryman


    I can get the current date in the required format with

    time_rule_locked = datetime.datetime.utcnow().isoformat("T") + "Z"
    


    But i want to print 15 days from current. I know theres timedelta but cant spot the right place to put it. My attempt below gives a string problem

    time_rule_locked = datetime.datetime.utcnow().isoformat("T").timedelta(days=15) + "Z"
    




Comments

Advertisement