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

        • <bdo id='2G5gu'></bdo><ul id='2G5gu'></ul>

        <small id='2G5gu'></small><noframes id='2G5gu'>

        <tfoot id='2G5gu'></tfoot>

        php:通过 UTC 偏移量设置时区

        时间:2024-08-15

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

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

                <tfoot id='kMfOd'></tfoot>

                  本文介绍了php:通过 UTC 偏移量设置时区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  使用 javascript 我知道我的用户时区是 UTC +3.

                  Using javascript I know that my users timezone is UTC +3.

                  现在我想用这些知识创建 DateTime 对象:

                  Now I want to create DateTime object with this knowledge:

                  $usersNow = new DateTime('now', new DateTimeZone("+3"));
                  

                  我收到了回复:

                  'Unknown or bad timezone (+2)'
                  

                  我做错了什么?我该如何解决?

                  What am I doing wrong? How can I fix?

                  推荐答案

                  这个怎么样...

                  $original = new DateTime("now", new DateTimeZone('UTC'));
                  $timezoneName = timezone_name_from_abbr("", 3*3600, false);
                  $modified = $original->setTimezone(new DateTimezone($timezoneName));
                  

                  这篇关于php:通过 UTC 偏移量设置时区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何根据时区在php中获取Unix时间戳 下一篇:如何使用 jquery 获取用户时区?

                  相关文章

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

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

                      <bdo id='W75wf'></bdo><ul id='W75wf'></ul>
                    <tfoot id='W75wf'></tfoot>