<tfoot id='jHAxR'></tfoot>

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

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

      <legend id='jHAxR'><style id='jHAxR'><dir id='jHAxR'><q id='jHAxR'></q></dir></style></legend>

      在 PHP 中将 UTC 日期转换为本地时间

      Convert UTC dates to local time in PHP(在 PHP 中将 UTC 日期转换为本地时间)
        <tbody id='rPBQX'></tbody>
      <tfoot id='rPBQX'></tfoot>

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

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

              • <legend id='rPBQX'><style id='rPBQX'><dir id='rPBQX'><q id='rPBQX'></q></dir></style></legend>

              • 本文介绍了在 PHP 中将 UTC 日期转换为本地时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我将 UTC 日期存储到数据库中:

                I'm storing the UTC dates into the DB using:

                $utc = gmdate("M d Y h:i:s A");
                

                然后我想将保存的 UTC 日期转换为客户端的本地时间.

                and then I want to convert the saved UTC date to the client's local time.

                我该怎么做?

                谢谢

                推荐答案

                date()localtime() 都使用服务器的本地时区,除非被覆盖;您可以覆盖与 date_default_timezone_set() 一起使用的时区.

                date() and localtime() both use the local timezone for the server unless overridden; you can override the timezone used with date_default_timezone_set().

                http://www.php.net/手册/en/function.date-default-timezone-set.php

                http://us3.php.net/manual/en/function.日期.php

                http://php.net/manual/en/function.localtime.php

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

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

                相关文档推荐

                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(更新时区信息)?)

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

                  <legend id='R0OIX'><style id='R0OIX'><dir id='R0OIX'><q id='R0OIX'></q></dir></style></legend>
                    <tbody id='R0OIX'></tbody>

                      <bdo id='R0OIX'></bdo><ul id='R0OIX'></ul>

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