<?php $input = '20240713T011500Z'; $output = new \DateTimeImmutable($input); var_dump($input, $output);
You have javascript disabled. You will not be able to edit any code.