Convert 64bit timestamp to a readable value

后端 未结 2 616
无人共我
无人共我 2021-01-14 01:11

In my dataset I have two timestamp columns. The first is microseconds since application was started - e.g., 1400805323. The second is described as 64bit timestamp which I\'m

2条回答
  •  执念已碎
    2021-01-14 01:45

    Assuming that these values were generated today, June 6th 2011, these values look like number of 100-nanosecond intervals since Jan 1st year 1601. This is how Windows NT stores FILETIME. For more concentrated info on this read this blog post of Raymond Chen. These articles also show how to convert it to anything else

提交回复
热议问题