I have 3 dates (in hours and sec and mins)
2016-11-30T13:27:04-05:00
2016-11-30T13:27:41-05:00
2017-03-01T22:16:35-05:00
How can i get older date which is 2016-11-30T13:27:04-05:00 as output
This python script is not giving correct results
import time
find_a = min(a)
print find_a