How to add The following timestamps month wise in python 2.4 i.e, all the timestamps occurring in month 3 should be added together.
For example: the result should be like on 2011-03 total timestamp is 1:00:45 and so on for other months..
2011-03-07 0:27:41
2011-03-06 0:13:41
2011-03-08 0:17:40
2011-03-04 0:55:40
2011-05-16 0:55:40
2011-05-18 0:55:40
2011-07-16 0:55:40
2011-07-17 0:55:40
How about this:
Output: