仇小超的博客
123
$dt = new DateTime("now", new DateTimeZone('Asia/Shanghai'));$dt->setTimestamp(time());echo $dt->format('d.m.Y, H:i:s');