Fixed datetimeRegex to correctly parse time zone designator with colon
Created by: Phygon
the nginx-rtmp module creates date time strings with a colon in the time zone designator:
availabilityStartTime="2016-04-20T18:39:01+02:00"
the dash manifest parser currently ignores the timezone, and so the stream will not be played. this patch makes the colon optional.