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

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

        <bdo id='atIcg'></bdo><ul id='atIcg'></ul>
      1. 显示用户本地区域缩写

        时间:2023-06-14
            <tbody id='tafmR'></tbody>

            <bdo id='tafmR'></bdo><ul id='tafmR'></ul>
          • <legend id='tafmR'><style id='tafmR'><dir id='tafmR'><q id='tafmR'></q></dir></style></legend>

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

                  <tfoot id='tafmR'></tfoot>

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

                • 本文介绍了显示用户本地区域缩写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我试图在格式中使用 zzz 来在字符串末尾显示时区,但发现它已被弃用.ZZZ 可以显示 -0700,但我希望它显示 PDT.

                  I was trying to use z or zz in format to display the timezone at the end of the string and found that it's deprecated. Z and ZZ work to display -0700, but instead I want it to show PDT.

                  我得到了 moment-timezone 和数据文件,但我不知道如何使用它来确定客户端的本地时区并显示如下内容:

                  I got moment-timezone and the data file, but I can't figure out how to use it to determine the client's local time zone and display something like:

                  2014-05-30T22:56:23.967 太平洋时间

                  2014-05-30T22:56:23.967 PDT

                  代替:

                  2014-05-30T22:56:23.967

                  2014-05-30T22:56:23.967

                  是否可以使用 moment-timezone 来确定 EST、CST、MST、PST 等?

                  Is it possible to use moment-timezone to determine EST, CST, MST, PST, etc?

                  推荐答案

                  从 moment-timezone 0.1.0 开始,您可以使用 格式化添加获取特定时区的缩写:

                  As of moment-timezone 0.1.0, you can use the formatting additions to get the abbreviation of a specific time zone:

                  moment().tz("America/Los_Angeles").format('z');  // PST or PDT
                  

                  从 0.5.0 版开始,您现在可以猜测用户的本地时区,当与上述技术结合使用时,您可以执行以下操作:

                  As of version 0.5.0, you can now guess the user's local time zone, which when combined with the above technique, allows you to do the following:

                  moment().tz(moment.tz.guess()).format('z');
                  

                  假设猜测正确,它将显示相关的缩写.

                  Assuming the guess was correct, it will display the associated abbreviation.

                  这篇关于显示用户本地区域缩写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 JS 中获取客户端时区(不是 GMT 偏移量) 下一篇:使用 moment.js 将 Utc 日期更改为本地日期

                  相关文章

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

                  <legend id='s3eJP'><style id='s3eJP'><dir id='s3eJP'><q id='s3eJP'></q></dir></style></legend><tfoot id='s3eJP'></tfoot>

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

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