<?php $dateString = '2019-10-10T15:32:38.916Z'; $date = \DateTimeImmutable::createFromFormat(DATE_ATOM, $dateString); var_dump($date); $dateString = '2019-10-10T15:32:38Z'; $date = \DateTimeImmutable::createFromFormat(DATE_ATOM, $dateString); var_dump($date);
You have javascript disabled. You will not be able to edit any code.