标签: php
如何显示当前日期时间。使用DateTime对象我遇到问题,显示正确的日期和时间
date_default_timezone_set("Asia/kolkata"); $now = new DateTime;