MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / convertFILETIMEtoEpoch

Function convertFILETIMEtoEpoch

pager_lib/smb/utils/__init__.py:2–3  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1
2def convertFILETIMEtoEpoch(t):
3 return (t - 116444736000000000) / 10000000.0;

Callers 5

decodeMethod · 0.85
decodeMethod · 0.85
decodeQueryStructMethod · 0.85
decodeFindStructMethod · 0.85
queryCBMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected