PHP 将时间从一个时区转换为另一个时区

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 将时间从一个时区转换为另一个时区相关的知识,希望对你有一定的参考价值。

//date_default_timezone_set('Europe/Vilnius');

echo date('Y-m-d H:i', strtotime('2008-10-09 08:55 GMT'));

以上是关于PHP 将时间从一个时区转换为另一个时区的主要内容,如果未能解决你的问题,请参考以下文章