3v4l.org

run code in 300+ PHP versions simultaneously
<?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));

preferences:
34.95 ms | 405 KiB | 5 Q