I want the diff between two timestamps which are available to me as list of strings.
date_list = ['Tue Sep 25 21:12:32 PDT 2018', 'Tue Sep 25 21:15:27 PDT 2018']
How do I get the difference in minutes or in hours ?
I saw some examples, but they are using different format of UNIX timestamp. I can't change the given date format.