<?php $d = (new ReflectionClass(DateTime::class))->newInstanceWithoutConstructor(); $d->__unserialize([ 'date' => '1990-01-17 10:28:07', 'timezone_type' => 3, 'timezone' => 'US/Pacific', ]); var_dump($d, $d->format('c'));
You have javascript disabled. You will not be able to edit any code.