I have time given in the following format.
'August 28, 2017 Mon 03:30 am - 04:00 am'
I would like to convert it to the following utc format using arrow.
time =[u'2017-08-28T03:30:00+00:00', u'2017-08-28T04:00:00+00:00']
I was able to do it with very complex string manipulation but I think there is a smart way to do it using arrow.