<?php $t = new \IntlDateFormatter( 'en_US', IntlDateFormatter::MEDIUM, IntlDateFormatter::MEDIUM, new DateTimeZone('Asia/Shanghai'), IntlDateFormatter::GREGORIAN, 'Y-m-d H:i:s'); $t->setLenient(false); $timestamp = $t->parse('2019-09-18 18:58:08'); var_dump(date('r', $timestamp));
You have javascript disabled. You will not be able to edit any code.