标签: php html date time timezone
还有其他方法可以匹配我国家的时间吗? ps:我不想增加一个小时。
HTML
<input type="text" value="<?php echo date('M d Y H:i s a',time())?>"> //This displays "Aug 27 2018 12:19 43 pm" //Expected time "Aug 27 2018 8:20 43 pm"