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

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

      将 Unix 时间戳转换为时区?

      时间:2024-04-12

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

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

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

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

              <tfoot id='m6lBs'></tfoot>
                <tbody id='m6lBs'></tbody>

              1. 本文介绍了将 Unix 时间戳转换为时区?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我有一个设置为 +5 的 unix 时间戳,但我想将其转换为 -5,即 EST 标准时间.我只想在那个时区生成时间戳,但我从另一个来源获取它,它把它放在+5.

                I have a unix timestamp that is set to +5, but I'd like to convert it to -5, EST Standard time. I would just make the time stamp be generated in that time zone, but I'm grabbing it from another source which is putting it at +5.

                当前未修改的时间戳被转换为日期

                Current Unmodified Timestamp Being Converted Into A Date

                <? echo gmdate("F j, Y, g:i a", 1369490592) ?>
                

                推荐答案

                使用 DateTime 和 DateTimeZone:

                $dt = new DateTime('@1369490592');
                $dt->setTimeZone(new DateTimeZone('America/Chicago'));
                echo $dt->format('F j, Y, g:i a');
                

                这篇关于将 Unix 时间戳转换为时区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:PHP检查时间戳是否小于30分钟 下一篇:从 PHP 中的时间戳创建 DateTime5.3

                相关文章

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

                1. <legend id='LVntp'><style id='LVntp'><dir id='LVntp'><q id='LVntp'></q></dir></style></legend>

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

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