• <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 偏移量设置时区

        php: setting a timezone by UTC offset(php:通过 UTC 偏移量设置时区)

        <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 偏移量设置时区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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(更新时区信息)?)
                  <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>
                  • <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>
                            <tbody id='W75wf'></tbody>
                          <tfoot id='W75wf'></tfoot>