Codebase list pysmb / e7c6aed python3 / smb / utils / __init__.py
e7c6aed

Tree @e7c6aed (Download .tar.gz)

__init__.py @e7c6aedraw · history · blame

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