• <bdo id='2UuS1'></bdo><ul id='2UuS1'></ul>

      <legend id='2UuS1'><style id='2UuS1'><dir id='2UuS1'><q id='2UuS1'></q></dir></style></legend>

      <small id='2UuS1'></small><noframes id='2UuS1'>

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

      1. 如何将 .NET 刻度转换为 python 日期时间?

        How does one convert a .NET tick to a python datetime?(如何将 .NET 刻度转换为 python 日期时间?)

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

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

                <bdo id='uknyR'></bdo><ul id='uknyR'></ul>
                <legend id='uknyR'><style id='uknyR'><dir id='uknyR'><q id='uknyR'></q></dir></style></legend><tfoot id='uknyR'></tfoot>

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

                  问题描述

                  我有一个文件,其中日期和时间被列为巨大的数字,例如 634213557000000000.我相信这是一个 .NET 勾选.这是自公元 1 年 1 月 1 日午夜以来 100 纳秒增量的数量 将其读入 python 日期时间 对象?

                  I have a file with dates and times listed as huge numbers like 634213557000000000. I believe this is a .NET tick. That's the number of 100 nanosecond increments since midnight on January 1, 1 A.D. What's a good way to read that into a python datetime object?

                  推荐答案

                  datetime.datetime(1, 1, 1) + datetime.timedelta(microseconds = ticks//10)
                  

                  对于您的示例,这将返回

                  For your example, this returns

                  datetime.datetime(2010, 9, 29, 11, 15)
                  

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

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

                  相关文档推荐

                  How to keep the Text of a Read only TextBox after PostBack()?(PostBack()之后如何保留只读文本框的文本?)
                  C# Numeric Only TextBox Control(C# 纯数字文本框控件)
                  C# .NET multiline TextBox with same-width characters(具有相同宽度字符的 C# .NET 多行文本框)
                  Disable selecting text in a TextBox(禁用在 TextBox 中选择文本)
                  Check for empty TextBox controls in VB.NET(在 VB.NET 中检查空的 TextBox 控件)
                  .NET TextBox - Handling the Enter Key(.NET TextBox - 处理 Enter 键)

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

                      <tbody id='iIkBD'></tbody>
                        <bdo id='iIkBD'></bdo><ul id='iIkBD'></ul>
                        <tfoot id='iIkBD'></tfoot>

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