I would like to set 14 days deadline after a task change stage to specific one.
I've tried to write a python code but it says that I´ve wrong syntax (Im not a programmer)
record['date_deadline'] = time.strftime('%Y-%m-%d %H:%M:%S',time.gmtime(time.time()+14*24*3600))Does anybody know how to fix it?
Thanks a lot!