<?php $date = date_create('2022-05-14 13:30:30', new DateTimeZone('Europe/London')) ->format(DateTimeInterface::ATOM); echo $date; //2022-05-14T13:30:30+01:00
You have javascript disabled. You will not be able to edit any code.