日期时间函数PHP

时间:2016-11-23 22:29:15

标签: php

此屏幕截图日期时间我的笔记本电脑..

enter image description here

此屏幕截图我的脚本结果

enter image description here

这是我的语法

<?php
session_start();
$time = date('Y-m-d, H:i:s');
echo $time;
?>

为什么不一样.. 请帮我.. 抱歉,我的英语语言不好而且我是新手

3 个答案:

答案 0 :(得分:1)

这是你需要看到的......

<?php
$date = new DateTime('2000-01-01', new DateTimeZone('Pacific/Nauru'));
echo $date->format('Y-m-d H:i:sP') . "\n";

$date->setTimezone(new DateTimeZone('Pacific/Chatham'));
echo $date->format('Y-m-d H:i:sP') . "\n";
?>

http://php.net/manual/de/datetime.settimezone.php

答案 1 :(得分:0)

PHP 5.1返回SERVER的时间,它可以是世界上任何地方。

您的计算机显示您的本地时间(或您设置的时区,通常是您当地的时区)。

使用Milos的解决方案告诉PHP您想要使用的时区。但是很多人会建议使用时间服务器以达到100%的准确率,因为您的服务器(以及您的计算机)可能无法正确设置。

有关时间服务器的示例,请参阅http://www.kloth.net/software/timesrv1.php

答案 2 :(得分:0)

请试一试。

<script src="https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.0.0-beta.3/ember-template-compiler.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.0.0-beta.3/ember.js"></script>