How do I calculate the difference in time in minutes for the following timestamp in Python?
2010-01-01 17:31:22 2010-01-03 17:31:22
minutes_diff = (datetime_end - datetime_start).total_seconds() / 60.0
1.4m articles
1.4m replys
5 comments
57.0k users