Contact: aviboots(AT)netvision.net.il
40,849 questions
53,254 answers
573 users
import datetime d1 = datetime.datetime(2021, 5, 7, 12, 00) d2 = datetime.datetime(2021, 6, 21, 15, 00) print(abs(d2 - d1)) ''' run: 45 days, 3:00:00 '''