from dateutil import parserdt = parser.parse("2019-11-30T20:00:00.000+0100")dt.timestamp()
dt.fromtimestamp(ts).strftime('%Y%m%dT%H%M%SZ')