Codebase list pysmb / 60545eb python3 / smb / utils / __init__.py
60545eb

Tree @60545eb (Download .tar.gz)

__init__.py @60545ebraw · history · blame

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