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

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

      <tfoot id='BUcWL'></tfoot>

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

      1. 如何将 LDAP 时间戳转换为 Unix 时间戳

        How to convert LDAP timestamp to Unix timestamp(如何将 LDAP 时间戳转换为 Unix 时间戳)

              <small id='45aW0'></small><noframes id='45aW0'>

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

                <tfoot id='45aW0'></tfoot>

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

                  问题描述

                  当我使用 PHP 检索 Active Directory 的 LDAP 属性pwdLastSet"时,我得到一个类似于 1.29265206716E+17 的值.我知道这个值代表日期2010 年 8 月 17 日星期二 14:11:11 GMT+0200".

                  When I retrieve the LDAP attribute "pwdLastSet" of an Active Directory using PHP I get a value like 1.29265206716E+17. I know that this value represents the date "Tue Aug 17 2010 14:11:11 GMT+0200".

                  如何在 PHP 中将此值转换为 Unix 时间戳?感谢您的任何提示!

                  How can I convert this value to a Unix timestamp in PHP? Thanks for any hints!

                  推荐答案

                  请看这里.

                  实际上归结为将 FILETIME 时间戳转换为 UNIX 时间戳:

                  Actually it boils down to converting the FILETIME timestamp into a UNIX timestamp:

                  $fileTime = "130435290000000000";
                  $winSecs       = (int)($fileTime / 10000000); // divide by 10 000 000 to get seconds
                  $unixTimestamp = ($winSecs - 11644473600); // 1.1.1600 -> 1.1.1970 difference in seconds
                  echo date(DateTime::RFC822, $unixTimestamp);
                  

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

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

                  相关文档推荐

                  Converting string to MySQL timestamp format in php(在php中将字符串转换为MySQL时间戳格式)
                  datetime to timestamp(日期时间到时间戳)
                  PHP timestamp date to user timezone(PHP时间戳日期到用户时区)
                  Converting TIMESTAMP to unix time in PHP?(在 PHP 中将 TIMESTAMP 转换为 unix 时间?)
                  Convert ISO 8601 to unixtimestamp(将 ISO 8601 转换为 unixtimestamp)
                  Finding days between 2 unix timestamps in php(在php中查找2个unix时间戳之间的天数)
                      <tbody id='ziyxu'></tbody>

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

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

                        <tfoot id='ziyxu'></tfoot>

                            <bdo id='ziyxu'></bdo><ul id='ziyxu'></ul>