The other answers set the timezone for all dates in your system. ... <?php $date = new DateTime("now", new DateTimeZone('America/New_York') ); echo ...
確定! 回上一頁