I have Date Value as below:
Date: Tue, 31 Mar 2015 05:04:47 GMT
I need to add exact '5 Minutes' to above timestamp & get below "ISO8601 Date" value:
date_time_value = "2015-03-31T05:09:47.928187755Z"
How can I get this calculation performed in python?