Unterschied zwischen 2 Zeitstempeln Pandas
print pd.Timedelta(t2 - t1).seconds / 60.0
Tame Toucan
print pd.Timedelta(t2 - t1).seconds / 60.0