I am getting data from a webservice but they send date with this format "yyyymmddThhmmss0+0000" and when i try to create a new DateTime from this format i get this error "DateTime::__construct(): Failed to parse time string ..."
- example: "20161122T1030090+0000"
Does anyone have a idea of what kind of format is that, and how to instanciate a dateTime from it ?
Thank you.