<?php $timestamp = time(); $date = (new DateTime('@' . $timestamp))->setTimezone(new DateTimeZone('America/Chicago')); var_dump($date);
You have javascript disabled. You will not be able to edit any code.