<i id='TK2Ua'><tr id='TK2Ua'><dt id='TK2Ua'><q id='TK2Ua'><span id='TK2Ua'><b id='TK2Ua'><form id='TK2Ua'><ins id='TK2Ua'></ins><ul id='TK2Ua'></ul><sub id='TK2Ua'></sub></form><legend id='TK2Ua'></legend><bdo id='TK2Ua'><pre id='TK2Ua'><center id='TK2Ua'></center></pre></bdo></b><th id='TK2Ua'></th></span></q></dt></tr></i><div id='TK2Ua'><tfoot id='TK2Ua'></tfoot><dl id='TK2Ua'><fieldset id='TK2Ua'></fieldset></dl></div>

<small id='TK2Ua'></small><noframes id='TK2Ua'>

  • <legend id='TK2Ua'><style id='TK2Ua'><dir id='TK2Ua'><q id='TK2Ua'></q></dir></style></legend>
    1. <tfoot id='TK2Ua'></tfoot>

          <bdo id='TK2Ua'></bdo><ul id='TK2Ua'></ul>
      1. 在 PHP 中将时间和日期从一个时区转换为另一个时区

        Convert time and date from one time zone to another in PHP(在 PHP 中将时间和日期从一个时区转换为另一个时区)
        <tfoot id='uzvY2'></tfoot>

          • <i id='uzvY2'><tr id='uzvY2'><dt id='uzvY2'><q id='uzvY2'><span id='uzvY2'><b id='uzvY2'><form id='uzvY2'><ins id='uzvY2'></ins><ul id='uzvY2'></ul><sub id='uzvY2'></sub></form><legend id='uzvY2'></legend><bdo id='uzvY2'><pre id='uzvY2'><center id='uzvY2'></center></pre></bdo></b><th id='uzvY2'></th></span></q></dt></tr></i><div id='uzvY2'><tfoot id='uzvY2'></tfoot><dl id='uzvY2'><fieldset id='uzvY2'></fieldset></dl></div>

            1. <small id='uzvY2'></small><noframes id='uzvY2'>

                  <tbody id='uzvY2'></tbody>
                  <bdo id='uzvY2'></bdo><ul id='uzvY2'></ul>

                • <legend id='uzvY2'><style id='uzvY2'><dir id='uzvY2'><q id='uzvY2'></q></dir></style></legend>
                • 本文介绍了在 PHP 中将时间和日期从一个时区转换为另一个时区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  基本上我需要的是一个脚本,当提供时间和时区时,它可以返回另一个时区的时间.

                  Basically what I need is an script that, when provided with a time and a timezone can return the time in another time zone.

                  我的主要问题是:

                  • 从何处获取与 GMT 的时间偏移 - 是否有可用的公共数据库?
                  • 如何同时考虑夏令时 (DST) 差异.
                  • 如何将其全部封装在 PHP 类中 - 或者是否已经有这样的类可用?

                  推荐答案

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

                  上面的例子会输出:

                  2000-01-01 00:00:00+12:00
                  2000-01-01 01:45:00+13:45
                  

                  可在 php.net 上的日期时间手册

                  就像 Pekka 说的:DateTime 类从 5.2 开始存在,您首先必须找出哪些方法是真正实现的,哪些只从 5.3 开始存在.

                  Like Pekka said: The DateTime class exists from 5.2 on and there you first have to find out which of the methods are realy implemented and which one only exist from 5.3 on.

                  这篇关于在 PHP 中将时间和日期从一个时区转换为另一个时区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Converting between timezones in PHP(在 PHP 中的时区之间转换)
                  PHP - strtotime, specify timezone(PHP - strtotime,指定时区)
                  Get current date, given a timezone in PHP?(获取当前日期,给定 PHP 中的时区?)
                  List of US Time Zones for PHP to use?(PHP 使用的美国时区列表?)
                  How to detect Ambiguous and Invalid DateTime in PHP?(如何在 PHP 中检测不明确和无效的 DateTime?)
                  How to update timezonedb in PHP (updating timezones info)?(如何在 PHP 中更新 timezonedb(更新时区信息)?)
                • <legend id='Sz8Bo'><style id='Sz8Bo'><dir id='Sz8Bo'><q id='Sz8Bo'></q></dir></style></legend>
                  <i id='Sz8Bo'><tr id='Sz8Bo'><dt id='Sz8Bo'><q id='Sz8Bo'><span id='Sz8Bo'><b id='Sz8Bo'><form id='Sz8Bo'><ins id='Sz8Bo'></ins><ul id='Sz8Bo'></ul><sub id='Sz8Bo'></sub></form><legend id='Sz8Bo'></legend><bdo id='Sz8Bo'><pre id='Sz8Bo'><center id='Sz8Bo'></center></pre></bdo></b><th id='Sz8Bo'></th></span></q></dt></tr></i><div id='Sz8Bo'><tfoot id='Sz8Bo'></tfoot><dl id='Sz8Bo'><fieldset id='Sz8Bo'></fieldset></dl></div>

                    • <small id='Sz8Bo'></small><noframes id='Sz8Bo'>

                        • <bdo id='Sz8Bo'></bdo><ul id='Sz8Bo'></ul>

                            <tfoot id='Sz8Bo'></tfoot>
                              <tbody id='Sz8Bo'></tbody>