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

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

      3. 如何使用 jquery 获取用户时区?

        How to get user timezone using jquery?(如何使用 jquery 获取用户时区?)
        • <legend id='jqEmW'><style id='jqEmW'><dir id='jqEmW'><q id='jqEmW'></q></dir></style></legend>

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

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

                <tfoot id='jqEmW'></tfoot>

                • <bdo id='jqEmW'></bdo><ul id='jqEmW'></ul>
                    <tbody id='jqEmW'></tbody>
                  本文介绍了如何使用 jquery 获取用户时区?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想用 'Asia/Calcutta''Australia/Darwin'

                  我在 myserver 上安装了 php,它的时间设置为 'UTC'

                  I have php installed on myserver and its time set to 'UTC'

                  推荐答案

                  检测时区偏移可以使用这个函数:

                  For detecting timezone offset you can use this function:

                  function get_time_zone_offset( ) {
                    var current_date = new Date();
                    return parseInt(-current_date.getTimezoneOffset() / 60);
                  }
                  

                  您可以在这里查看示例

                  这篇关于如何使用 jquery 获取用户时区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

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

                    1. <tfoot id='Xr6iI'></tfoot>

                        <tbody id='Xr6iI'></tbody>
                        <bdo id='Xr6iI'></bdo><ul id='Xr6iI'></ul>
                        <legend id='Xr6iI'><style id='Xr6iI'><dir id='Xr6iI'><q id='Xr6iI'></q></dir></style></legend>

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

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